@charset "UTF-8";
/* Meine Anpassungen, da ich SCSS nicht ändern kann.  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.phone-email span a, .phone-email a { color: white; text-decoration: none;}
.lng {
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.lng:hover, .demo:hover {
    text-decoration: none;
    color: #FFB300;
}
.demo, .nav--footer a {
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
.nav--footer a:hover {
    color: #C6EEFD;
}
.text a {
    color: inherit;
}
h2 {
    font-size: 2em;
    line-height: 1.3em;
}
.above__hl {
        font-size: 1.2em;
        line-height: 1.3em;
        letter-spacing: 1px;
    }
.subsite .above__hl {
    margin-bottom: 60px;
}
body {
    line-height: 2rem;
}
.subsite .logo-container {
    top: 10px;
}
.home .logo-container {
    top: 20px;
}

.logo-container svg {
    width: 50px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
.logo-container a:hover #shs-logo-start g path {
    fill: #FFB300;
}
#header { 
background-color: rgba(4, 84, 113, 0.85);
}
#header.startpage .container {
    grid-template-rows: inherit;
}
#header::after {
  content: "";
    box-sizing: border-box;
    line-height: 0px;
    margin: 0px;
    font-size: 0px;
    width: 95%;
  position: absolute;
  inset: 0;
  background: url('../../bilder/network-bg.svg') no-repeat center/cover;
  opacity: 1; /* optional: Helligkeit/Transparenz */
  transform-origin: center;
  animation: bgFloat 25s ease-in-out infinite alternate;
  z-index: 0;
 left: 0px;
top: 0px;
}

@keyframes bgFloat {
  0%   { transform: scale(1) translate(0, 0); }
  50%  { transform: scale(1.05) translate(-10px, -10px) rotateZ(15deg); }
  100% { transform: scale(1.1) translate(10px, 10px) rotateZ(30deg); }
}
.text-logo { 
    font-size: 1.6em;
    line-height: 1.8em;
    width: inherit;
    text-align: center;
}
.text-logo h1 {
    margin-left: 10px;
}
.text-logo--send {
    letter-spacing: 18px;
    text-align: left;
    width: auto;
    display: block;
}
.text-logo--home {
    letter-spacing: 14px;
    text-align: left;
    width: auto;
    display: block;
}
.text-logo--service {
    letter-spacing: 1px;
    text-align: left;
    width: auto;
    display: block;
}

.process__column {
    position: relative;
}
.img--process {
    position: absolute;
}
.buttons { z-index: 5 }
.btn--secondary, .btn-primary {
    cursor: pointer;
}
.btn {
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn--secondary a {
    padding: 10px;
    display: block;
}
.btn--primary a {
    padding: 10px;
    display: block;
}
.btn--secondary:hover {
    background: #FFD36D;
    border: 1px solid #FFD36D;
}
.btn--secondary:hover a {
    color: #045471;
}
.section__process .process-box__button {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section__process .process-box__button:hover {
    background-color: #FFF4DA;
}
.logo-container a {
    z-index: 1;
}
.fancybox-content {
    width: 60% !important;
}
#init_SHS_video { width:90%; }
@media (min-width:767px) {
  #init_SHS_video { width:60%; }
}
.article.section__video {
    cursor: pointer;
}

.contact-block .claim {
    width: 180px;
    margin: auto;
}

@media screen and (max-width: 766px) {
    .text-logo--service {
        letter-spacing: 2px;
    }
    #header .container {
        -ms-grid-rows: 0.65fr 1.25fr 1fr 1fr;
        grid-template-rows: 0.65fr 1.25fr 1fr 1fr;
    }
    .lang-logo {
        place-items: center;
    }
    .process__column:first-child {
        display: none
    }
    
}

@media screen and (max-width: 600px) {
    .fancybox-content {
        width: 95% !important;
    }
}
.section__intro.section_form .section__inner {
padding-top: 0px;
}
.alignCenter { text-align: center;}
.SHS_BG_blue1 {
    background-color: #04688c;
    padding: 10px 20px;
    margin: 10px;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.classicButton {margin: 0px; margin-top: 40px;}
.classicButton:hover {
    background-color: #FFB300;
    color: #04688c;
}
.tinyLink {
    padding: 10px 20px;
    margin: 10px;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    color: #04688c;
    border: 1px solid #04688c;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tinyLink:hover {
    background-color: #E2F6FE;
}

#prozessSchritte .progress > li {
    font-size: 0.8em;
}
.stepWrapperFrontend .select2-container--default .select2-selection--single {
    box-sizing: border-box;
    background: #f8fafb;
    border: 1px solid #e5e6e7;
    resize: none;
    transition: all 0.3s ease;
    font-size: 1em;
    height: inherit;
    padding: 5px;
}
.stepWrapperFrontend .select2-selection__rendered {
    color: gray !important; 
}
.fortschritt {
    margin-bottom: 90px;
}
.stepWrapperFrontend .StepInputs {
    max-width: 600px;
    font-family: acumin-pro, sans-serif;
    color: #045471 !important;
    box-sizing: border-box;
    width: 100%;
    background: #f8fafb;
    border: 1px solid #D0DDE4;
    padding: 15px;
    margin: 0 0 30px;
    resize: none;
    transition: all 0.3s ease;
    font-size: 1em;
}
.stepWrapperFrontend .tinyLink {
    font-size: 0.8em;
}
.progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #045471;
}
.progress > li {
  position: relative;
  display: table-cell;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: -1px;
}
.progress > li a:hover {
	text-decoration: none;
}
.progress > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #dfe3e4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
.progress > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #dfe3e4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em \9;
}
.progress > li.is-active:after {
    background: #FFB300;
}
.progress > li:last-child:after {
  display: none;
}
.progress > li.is-complete {
  color: #045471;
}
.progress > li.is-complete a {
  color: #045471;
}
.progress > li.is-complete:before, .progress > li.is-complete:after {
  color: #fff;
  background: #045471;
}
.progress > li.is-active {
  color: #FFB300;
}
.progress > li.is-active:before {
  color: #fff;
  background: #FFB300;
}
/**
 * Needed for IE8
 */
.progress__last:after {
  display: none !important;
}
/**
 * Size Extensions
 */
.progress--medium {
  font-size: 1.2em;
}
/**
 * Some Generic Stylings
 */
*, *:after, *:before {
  box-sizing: border-box;
}
h1 {
  margin-bottom: 1.5em;
}
.progress {
  margin-bottom: 3em;
}
.confirm1 .fortschritt {
	padding-top: 50px;
}
.FLEXcontainer {
    display: flex;
    justify-content: space-between;
}
.elements2rowSecond {
    flex: 0 1 auto;
    width: 25% !important;
}
.elements2rowFirst {
    flex: 0 1 auto;
    width: 73% !important;
}
.stepWrapperFrontend .FE_kundendatenForm p:first-child {
    margin-bottom: 80px;
}
#FB_changeAddress, #RS_zsfg {
    width: 550px;
    margin: auto;
}
#FB_changeAddress .standardUserEdit input {
    max-width: 600px;
    font-family: acumin-pro, sans-serif;
    color: #045471;
    box-sizing: border-box;
    width: 100%;
    background: #f8fafb;
    border: 1px solid #e5e6e7;
    padding: 15px;
    margin: 0 0 10px;
    resize: none;
    transition: all 0.3s ease;
    font-size: 0.9em;
}
#FB_changeAddress .standardUserEdit .plzOrt_plz {
    background: #f8fafb;
	display: inline-block;
	padding: 15px;
    border: 1px solid #e5e6e7;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#FB_changeAddress .standardUserEdit .plzOrt_ort {
    background: #f8fafb;
	display: inline-block;
	padding: 10px;
    border: 1px solid #e5e6e7;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#FB_changeAddress .standardUserEdit .plzOrt_land {
    background: #f8fafb;
	width: 100%;
	display: inline-block;
	padding: 10px;
    border: 1px solid #e5e6e7;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	
}
#FB_changeAddress .standardUserEdit select {
    background: #f8fafb;
	padding: 15px;
    border: 1px solid #e5e6e7;
	margin-bottom: 10px;
    font-size: 1em;
    font-family: acumin-pro, sans-serif;
}
#FB_changeAddress .standardUserEdit .select2-container {
    margin-bottom: 10px;
}
#FB_changeAddress h2 {
	margin-left: 0;
	margin-bottom: 40px;
}
#RS_zsfg .abstandRS_zsfg {
    width: 100%;
    height: 10px;
    display: block;
    background-color: #f8fafb;
    border-top: 1px solid #e5e6e7;
    margin-bottom: 15px;
    margin-top: 20px;
}
#RS_zsfg .empfAdressTable tbody tr {
    border-bottom: 2px solid #e5e6e7;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #B9C3CD;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#RS_zsfg .container:hover input ~ .checkmark {
    background-color: rgba(2,47,64,.20);
}
#RS_zsfg .container input:checked ~ .checkmark {
    background-color: #022f40;
}
#RS_zsfg .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#RS_zsfg .container .checkmark:after{
    content: "";
    position: absolute;
    display: none;
}
#RS_zsfg .container input:checked ~ .checkmark:after {
    display: block;
}
#RS_zsfg .container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(80,96,113,0.30);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#RS_zsfg .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

