@keyframes knbs {
    0% { 
        margin-left: -10vw;
    }

    100% {
        margin-left: 0vw;
    }
}
@keyframes fadein {
    0% { 
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}
@keyframes flyin-top {
    0% { 
        opacity: 0;
        top: -140px;       
    }
    50% { 
        top: 20px;
    }
    70% {
        top: -10px;
    }
    100% { 
        opacity: 1;
        top: 0px;
    }
}
@keyframes flyin-left {
    0% { 
        opacity: 0;
        left: -140px;    
    }
    40% { 
        left: 20px;
    }
    70% {
        left: -10px;
    }
    100% { 
        opacity: 1;
        left: 0px;
    }
}
@keyframes flyin-left-easy {
    0% { 
        opacity: 0;
        left: -240px;    
    }
    100% { 
        opacity: 1;
        left: 0px;
    }
}
@keyframes flyin-right {
    0% { 
        opacity: 0;
        right: -240px;
    }
    100% { 
        opacity: 1;
        right: 0px;
    }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

* {
	margin:0px;
	padding:0px;
    box-sizing: border-box;
}
body {
    color:#777777;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    background-color: #fff;
}
h1, h2, h3, h4, h5 {
    font-family: 'Abel', sans-serif;
    font-weight: 700;
    color:#4fbace;
    margin-bottom: 1em;
}
h1 {
    font-size: 2.8em;
    line-height: 7vw;
    font-weight: 400;
    margin-bottom: 1em;
}
h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 400;
}
.hrliner {
    height:2px;
    width: 80%;
    margin: auto;
    border: none;
    border-top: 2px dotted #ccc;
    margin-bottom: 1em;
    margin-top:1em;
}
#skontakt h2 {
    color:#4fbace;
}
h4 {
    color:#4fbace;
    font-size: 4vw;
    line-height: 1.5em;
    font-weight: 400;
}
a:link {
    border: none;
    text-decoration: none;
    color: #47a0b1;
}
a:visited {
    color: #47a0b1;
}
a:hover {
    color: #ce4f8a;
}
a:active {
    color: #ce4f8a;
}
ul {
    list-style: square outside none;
}

li {
    margin-bottom: 8px;
}
section {
    position: relative;
}
#uebermichcontent li {
    margin-bottom: 28px;
}
#mobileheader {
    display: none;
    width: 100%;
    position: relative;
    padding-bottom: 4em;
    background-color: #fff;
    text-align: left;
    min-height: 28vw;
}
#mobileheaderlogo {
    position: absolute;
    left: 7vw;
    bottom: 0vw;
    width: 86vw;
}

#mobileheadernav {
    position: relative;
    left:75vw;
    top:3vw; 
    text-align: right;
    width: 20vw;
    z-index:2
}
#mobileheadernav img {
    width: 9vw;
}
nav {
    position:absolute;
    bottom: 0vw;
    left: 5vw;
    width: 90vw;
    margin:auto;
    text-align: center;
    padding: 0.9vw;
}
nav li {
    display: inline;
    list-style-type: none;
    font-size: 0.8em;
}
nav li a:link {
    color: #4fbace;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    padding: 0.4em;
    letter-spacing: 0.14em;
}
nav li a:visited {
    color: #4fbace;
}

nav li a:hover {
    color: #4e82c9;
    border-top: 1px solid #ccc;
}
nav li a:active {
    color: #4e82c9;
}
header {
    width: 100%;
    position: relative;
}
header img {
    width: 100%;
}
footer { 
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #075252;
    font-size: 0.85em;
    line-height: 1.5em;
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
    background-image: linear-gradient(to bottom, #4fbace, #fff);
    min-height: 400px;
}
#footerheadl {
    width: 80%;
    margin:auto;
    text-align: left;
    margin-bottom: 3em;
}
#contentwrapper {
}
#headerheader {
    position: relative;
    width: 100%;
    height: 15vw;
    top:0;
    left:0;
    z-index: 10; 
    background-color: #fff;
}
#bildmarke {
    position: absolute;
    left: 10vw;
    top: 0;
    width: 80vw;
    text-align: center;
}
#bildmarke img {
    width: 60%;
}

#slwrapper {
	position:relative;
	width:100%;
	background-image: url(images/headbilder/1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#offcanvas {
    display: none;
    padding-left: 2em;
    background-image: linear-gradient(to top, #fff, #d6e8f5);

}
#offcanvas div {
   padding-top: 2em;
    text-align: left;
    width: 30%;
    margin-left: -0.5em;
}
#offcanvas div img {
    width: 9vw;
}
#offcanvas a:link {
    color: #46869B;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.164em;
}
#offcanvas a:visited {
    color: #46869B;
}
#offcanvas a:hover {
    color: #4fbace;
}
#offcanvas a:active {
    color: #4fbace;
}
#suebermichallg {
    width: 88%;
    margin: auto;
    padding: 4em;
    padding-bottom: 1em;
    font-size: 1em;
    line-height: 1.54em;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 10vw;
}
#smaincontent {
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 6em;
    font-size: 1em;
    line-height: 1.4em;
    background-image: url(images/hgkontakt.jpg);
    background-position: center center;
    background-size: cover;
}
#maincontentcontent {
    width:90%;
    margin:auto;
    display: grid; 
    grid-gap: 18px; 
    grid-template-columns: 1fr 1fr 1fr;
}
#maincontentcontent > div {
    background-image: linear-gradient(to top, #fff, #b6e6ff);
    padding: 10px;
    font-size: 1em;
    line-height: 1.5em;
    color: #777777;
    border-radius:18px;
    text-align: center;
}
#maincontentcontent div div {
    padding: 30px;
    text-align: left;
}
.netzwname {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    color: #4fbace;
}
#sreferenzen {
    width:100vw;
    background-image: url(images/referenzenHG.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #E8F6F8;
    text-align: center;
}
#referenzencontent {
    width: 60vw;
    margin:auto;
    padding:30px;
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-gap: 10px;  
}
#referenzencontent span.refliste {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.3em; 
}
#referenzencontent div {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;  
    color: #075252;            
    padding: 20px;
    background-color: rgb(79, 186, 206, 0.7);
    border-radius: 25px;
}
#referenzencontent li {
    color: #4fbace;
    font-size: 1em;
    margin-bottom: 0px;
}
.portf {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    color: #4fbace;
}

.iconnav {
    position:relative;
    width:80%;
    margin: auto;
    text-align: center;
    opacity: 0.6;
}
.iconnav img {
    width: 100px;
}
.iconnav2 {
    position:absolute;
    bottom:0;
    left: 10%;
    width:80%;
    margin: auto;
    text-align: center;
    opacity: 0.7;
}
.iconnav2 img {
    width: 100px;
}
.iconnavend {
    width: 88%;
    margin: auto;
    padding-top: 1em;
    text-align: center;
    color: #ccc;
    margin-bottom:0;
}
.iconnavend img {
    width: 200px;
}
.iconnavendup {
    position:relative;
    width: 90%;
    margin: auto;
    padding-top: 3em;
    text-align: center;
    opacity: 0.6;
}
.iconnavendup img {
    width: 100px;
}
#drsp {display: none}
#sangebote {
    text-align: center;
    width: 90%;
    margin: auto;
    padding: 4em;
    font-size: 1em;
    line-height: 1.4em;
}
#sangebote h2 {
    margin-bottom: 2em;
}
#skontaktwrapper{
    width: 100%;
    background-image: url(images/hgkontakt.jpg);
    background-position: center center;
    background-size: cover;
    padding: 8vw;
    padding-bottom: 15vw;
}
#suebermich {
    min-height: 500px;
    width: 100%;
    display: grid; 
    grid-gap: 10px; 
    grid-template-columns: repeat(14, 1fr);
    font-size: 1em;
    line-height: 1.54em;
    margin-bottom: 0;
}
.dsheadline {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 2.4em;
    color:#075252;
}
.footerheadline {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 2.2em;
    color:#075252;
}
#angbt {
    width: 76vw;
    margin:auto;
    display: grid; 
    grid-gap: 12px; 
    grid-template-columns: 1fr 1fr 1fr;  
}

#angbt div  {
    position: relative;
    color: #777777;
    font-family: 'Lato', sans-serif;
    font-weight: 400;    
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
}
#angbt div div {
    text-align: center;
    width:70%;
    margin: auto;
}
#angbt div img {
    width: 100%;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #a6c6cc;
}
#foto {
    grid-column:2 / 7; 
    padding-left: 1em;
    text-align: center;
}
#foto img {
    border-radius: 50%;
    width: 90%;
    padding: 15px;
    border: 1px solid #a6c6cc;
}
.noborderimp {
    border:none !important;
    padding:0 !important;
    width: 23vw !important;
}
#uebermichcontent {
    grid-column: 8 / 13; 
    padding-left:0.9em;
}
#uebermichwrapper{
    
}
#skontakt {
    text-align: center;
    width: 84%;
    margin: auto;
    display: grid; 
    grid-gap: 30px; 
    grid-template-columns: 1fr 1fr 1fr;
}
#skontakt h1 {
        color:#fff;
}
#skontakt div {
    text-align: center;
}
#skontakt div img {
    width: 90%;
}
.trennung {
		-ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;	
}
.zwsp {
		-webkit-column-count: 2; 
		-moz-column-count: 2; 
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		text-align:left;		
}
.subheadline {
   font-family: 'Lato', sans-serif;
    font-weight: 400;
    color:#969a9a; 
    font-size: 1.5em;
}
#simpressumcontent {
    width: 80%;
    margin: auto;
}
#simpressum a:link {
    color: #4fbace !important;
    text-decoration: none;
}
#simpressum a:visited {
    color: #4fbace;
}
#simpressum a:hover {
    color: #ce4f8a;
}
#simpressum a:active {
    color: #ce4f8a;
}
.flnlft {
    position: relative;
   -webkit-animation: flyin-left 2s 1; 
    -moz-animation: flyin-left 2s 1; 
    -o-animation: flyin-left 2s 1; 
    animation: flyin-left 2s 1; 
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; 
}
.flnlfteasy {
    position: relative;
   -webkit-animation: flyin-left-easy 1s 1; 
    -moz-animation: flyin-left-easy 1s 1; 
    -o-animation: flyin-left-easy 1s 1; 
    animation: flyin-left-easy 1s 1; 
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
}
.fadein {
    position: relative;
   -webkit-animation: fadein 1.5s 1; 
    -moz-animation: fadein 1.5s 1; 
    -o-animation: fadein 1.5s 1; 
    animation: fadein 1.5s 1; 
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; 
}
.flntp {
    position: relative;
   -webkit-animation: flyin-top 2s 1; 
    -moz-animation: flyin-top 2s 1; 
    -o-animation: flyin-top 2s 1; 
    animation: flyin-top 2s 1; 
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; 
}
.flnr {
    position: relative;
   -webkit-animation: flyin-right 1s 1; 
    -moz-animation: flyin-right 1s 1; 
    -o-animation: flyin-right 1s 1; 
    animation: flyin-right 1s 1; 
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
}
.rotate {
  animation: rotation 80s infinite linear;
}
@media screen and (min-width: 1500px) {
	
    body {
        width:82%;
        margin:auto;
    }
    nav {
        bottom: 0.5vw;
        width: 80vw;
        margin:auto;
        text-align: center;
    }
    #angbt {
        width: 62vw;   
    }  
}
@media screen and (max-width: 960px) {
     #smaincontent {
        padding: 9em;
        padding-top: 4em;
    }
    #maincontentcontent {
        grid-template-columns: 1fr;
    }
    #maincontentconten div div {
        margin-left: 2em;
    }
}
@media screen and (max-width: 780px) {
	
    #mobileheader {
        display: block;
    }
    #headerheader {
        display:none;
    }
    .zwsp {
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;
		text-align:left;		
    }
    #suebermich {
        display: block;
        position: relative;
        width: 80%;
        margin: auto;
        padding: 0;
    }
    #suebermichallg {
        text-align: left;
        padding: 1.5em;
        padding-top: 4em;
    }
    #foto {
        display:block;
        width: 80%;
        margin: auto;
        text-align: center;
        padding: 0;
    }
    #untermfoto {
        display: none;
    }
    #uebermichcontent {
        width: 86%;
        margin: auto;
        text-align: left; 
        padding: 0;
    }     
    #skontakt div img {
        width: 70%;
    }  
    .iconnav2  {
        padding: 0em;
    }
    #angbt {
        grid-template-columns: 1fr;  
    }
    #smaincontent {
        padding: 3em;   
    }
    #maincontentcontent {
        grid-template-columns: 1fr;
    }
    #sangebote {
        text-align: left;
        padding-left: 2em;
        padding-right: 2em;
    }
    #sangebote h2 {
        margin-bottom: 1em;
    }
    #skontakt {
        width: 90%;
    margin: auto;
        grid-template-columns: 1fr;
    }
    #footerheadl {
        text-align: left;
    }
    #referenzencontent {
        width: 76vw;
        grid-template-columns: 1fr;
    }
    .subheadline { 
        font-size: 1.3em;
    }   
    #suebermichallg h2{
        font-size: 1.7em;
    }
}
@media screen and (min-width: 781px) {
	
    #mobileheader {
        display: none;
    }
    #headerheader {
        display: block;
    } 
    #offcanvas {
        display: none;
    }
}