

/*   version 2025   */

/*************************************************************************/
/* HTML und BODY */

html {
    overflow-x: hidden
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative
}

body {
    color: #000;
    font-family: 'proxima-nova', sans-serif;
    background-color: #fff;
    font-weight: 300;
	font-size: clamp(20px,1.1vw,190%); 
    line-height: 180%;
}


strong {
	font-weight: 600;
}

/* new container */

.container {
    width: 80%;
    max-width: 1100px;
}


@media screen and (min-width: 1040px) and (max-width: 1590px) {
    .container {
		width: 80%;
		max-width: 900px;
    }
}

@media only screen and (min-width: 1699px) {
    .container {
		width: 80%;
		max-width: 1000px;
    }
}


/*  HD+  */
@media only screen and (min-width: 1990px) {
	.container {
		width: 80%;
		max-width: 1300px;
	} 
} 

/*  4k Fullscreen  */
@media only screen and (min-width: 2200px) {
    .container {
        width: 85%;
        max-width: 1500px;
    }
}

/* Mobile container */

@media only screen and (max-width: 970px) {
    .container {
        width: 100%;
        padding-right: 15px;
    }
	.page-top section .container {
		padding-left: 2rem;
	}
	.page-top section.news-page .container {
		padding-right: 2rem;
		padding-left: 4rem;
	}
}
@media only screen and (max-width: 970px) {
	#content-text,
	#content {
		padding-left: 2rem;
		padding-right: 3rem;
	}
	
}



/*

@media only screen and (max-width: 1699px) {
    .container {
        width: 60%
    }
}

@media only screen and (max-width: 1390px) {
    .container {
        width: 61%
    }
}

@media only screen and (max-width: 1100px) {
    .container {
        width: 80%
    }
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-weight: 300;
    line-height: 130%
}

h1 {
	font-size: clamp(24px, 3.1vw, 480%);
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px
}

h2 {
	font-size: clamp(22px, 2.9vw, 460%);
    font-weight: 500;
}

h3 {
	font-size: clamp(21px, 2.4vw, 240%);
    font-weight: 100
}
h4 {
	font-size: clamp(20px, 1.9vw, 190%);
}

h5 {
	font-size: clamp(19px, 1.8vw, 180%);
}

a {
    text-decoration: none;
    transition: all .2s ease-in-out;
    color: #333
}

a:focus {
    outline: none
}

:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0 none;
    text-decoration: none;
    color: inherit;
    transition: all .2s ease-in-out;
    opacity: .6
}

img {
    max-width: 100%
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none
}

.well {
    padding: 20px 0 40px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.well-sm {
    padding-top: 30px;
    padding-bottom: 30px
}

.well-md {
    padding-top: 60px;
    padding-bottom: 60px
}

.well-lg {
    padding-top: 90px;
    padding-bottom: 90px
}

.well-top {
    padding-top: 15px
}

.well-top-sm {
    padding-top: 30px
}

.well-top-md {
    padding-top: 60px
}

.well-top-lg {
    padding-top: 90px
}

.well-bottom {
    padding-bottom: 15px
}

.well-bottom-sm {
    padding-bottom: 30px
}

.well-bottom-md {
    padding-bottom: 60px
}

.well-bottom-lg {
    padding-bottom: 90px
}

#logo img {
    width: 100%;
    height: auto
}

#fixElements {
    margin-left: 45px;
    width: 80%;
    margin-left: 34px;
    width: 90%
}

.adress {
    width: 100%;
    color: #999;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 5%
}

.adress a {
    color: #c9c9c9;
    transition: all .5s ease-in-out
}

footer {
    width: 100%;
    right: auto;
    bottom: auto;
    color: #999;
    font-size: 18px;
    padding: 2% 2% 6% 0
}

footer a {
    color: #c9c9c9;
    padding-right: 20px;
    transition: all .5s ease-in-out
}

footer a:hover,
.adress a:hover {
    transform: translateX(1px);
    color: #333;
    opacity: 1
}

.tinynav {
    display: block;
    margin-top: 100px
}

#navMobileDesktop {
    display: none
}

body.page-top {
    padding-top: 70px
}

@media only screen and (min-width: 970px) {
	.page-no-subnav .container  {
		padding-top: 6rem;
	}
}

.navbar {
    margin: 0
}

.navbar-header {
    border-bottom: 0 solid #eee;
    background-color: #fff
}

.navbar .container {
    background-color: #fff
}

.modal-open .navbar-header {
    background-color: transparent
}

.modal-open .navbar .container {
    background-color: transparent
}

.navbar .container .navbar-brand {
    margin-left: 18px;
    height: 68px;
    padding: 25px 15px;
}

.navbar-toggle {
    margin-top: 17px;
	margin-right: 23px;	
}

.navbar-nav > li > a {
    padding: 18px;
    border-bottom: 1px solid #eee;
    padding-left: 34px
}

@media only screen and (max-width: 970px) {
    .navbar-nav > li > a {
        font-size: 22px;
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.nav-tabs > li {
    border-bottom: 1px solid #eee;
    display: block;
    width: 100%;
    padding: 3px 11px
}

.nav-tabs > li > a {
    margin-right: 30px;
    font-size: 14px;
    line-height: 16px;
    border: 0 solid transparent;
    border-radius: 0;
    padding: 4px 0;
    text-transform: uppercase
}

.nav-tabs {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 20px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: transparent;
    border: 0;
    font-weight: 700;
    opacity: 1;
    color: #000
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    background-color: transparent;
    opacity: .5
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified>a:hover {
    border-bottom: 1px solid #ddd
}

.navbar-toggle .icon-bar {
    background-color: #666
}

@media only screen and (max-width: 970px) {
    .nav-tabs.nav-justified>li>a {
        text-align: left;
        padding-left: 15px;
        border: 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        text-align: left;
        border: 0
    }
}

.lines-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    z-index: 999
}

.lines-button:hover {
    opacity: 1
}

.lines {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #ccc;
    transition: .3s;
    position: relative
}

.lines:before,
.lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #ccc;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: .28571rem center
}

.lines:before {
    top: 6px
}

.lines:after {
    top: -6px
}

.lines-button.x.closebutton .lines {
    background: transparent
}

.lines-button.x.closebutton .lines:before,
.lines-button.x.closebutton .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 25px
}

.lines-button.x.closebutton .lines:before {
    transform: rotate3d(0, 0, 1, 45deg)
}

.lines-button.x.closebutton .lines:after {
    transform: rotate3d(0, 0, 1, -45deg)
}

.overlayerSidemenu {
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .9;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    padding: 3%;
    max-width: 100%!important
}

.overlayerSidemenu h3 {
    margin-bottom: 20px;
}

.open {
    display: block
}

#side-navbar {
    max-width: 580px;
    text-align: left;
    margin: 0 auto;
}

#side-navbar .nav a {
    font-size: 25px;
    color: #fff;
    margin: 5% 0
}

@media only screen and (max-width: 1100px) {
    #side-navbar .nav a {
        font-size: 21px;
        color: #fff;
        margin: 2% 0
    }
}

#side-navbar i {
    margin-right: 30px
}
#side-social {
	margin-right: 30px
}
#side-social a {
    font-size: 14px;
    margin: 0 0 0 5px
}
@media only screen and (max-width: 970px) {
	#side-social {
		padding: 2rem 0;
		font-size: 140%;
		text-align: left;
	}
}

.side-text-links a {
    position: relative
}

.side-text-links a:before {
    content: "\f00c";
	font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    top: -6px;
    left: 0
}

.side-text-links a {
    color: #999;
    list-style: none;
    font-size: 90%;
    margin-left: 15px;
    padding-left: 20px
}

.side-showmore a {
    margin-left: 3%;
    color: #fff;
    opacity: .4
}

.side-showmore a:hover {
    opacity: .2
}

#side-navbar .side-showmore i {
    margin-right: 1%
}

.mobile-footer-navbar {
    margin-top: 30px;
    margin-left: -15px;
    margin-bottom: 30px;
    max-width: 85%
}

.mobile-footer-navbar .nav a {
    margin: 1% 0;
    font-size: 15px
}

.mobile-footer-navbar i {
    margin-right: 20px
}

.mobile-footer-navbar .nav>li>a {
    padding: 5px 15px;
    padding-left: 5px
}

.job-sticker {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    width: 70px
}

.job-sticker img {
    width: 100%;
    height: auto
}

.home-page {
    color: #fff;
    background-color: #fff
}

.home-page .navbar-header {
    border-bottom: 0 solid #eee;
    background-color: transparent
}

.home-page .navbar-nav > li > a {
    border-bottom: 1px solid #0782ab;
    background-color: #029acc
}

.home-page .navbar-nav > li > a:hover {
    opacity: 1
}

.home-more-txt {
    text-transform: uppercase;
    width: 60px;
    margin-left: -11px;
    margin-top: 15px;
    font-size: 80%;
    letter-spacing: 1px;
    color: #fff
}

/*Mobile  */
@media only screen and (max-width: 970px) {
	.home-more-txt { display: none }
}

.home-page #fixElements {
    display: none
}

.home-page .mobile-footer-navbar {
    display: none!important
}

.home-page .modal-backdrop {
/*    background-color: #2faad3*/
    background-color: #222;
}

.home-page .modal-backdrop.in {
/*    opacity: .8*/
    opacity: .9;
}

/*Mobile  */
@media only screen and (max-width: 970px) {
	.home-page .modal-backdrop.in {
		opacity: 1.0;
	}
}


.home-page #home-video-mobile .xClose .lr,
.home-page #home-video-mobile .xClose .lr .rl,
.home-page #home-video .xClose .lr,
.home-page #home-video .xClose .lr .rl {
    background-color: #fff;
    width: 2px
}

.home-page #home-video-mobile .xClose,
.home-page #home-video .xClose {
    margin-bottom: 15px
}

.home-page #home-video .modal-content {
    background-color: transparent;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .0)
}

#home-video-mobile .modal-content {
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .0);

}

/*Mobile Home Video Modal  */
@media only screen and (max-width: 970px) {
	.home-page #home-video .modal-content {
		margin-top: 80px;
	}
	.homevideo-mobile-btn {
		margin-bottom: 80px;
	}
	.home-page #home-video-mobile .modal-body {
		padding: 0;
	}
	.home-page #home-video-mobile .modal-lg {
		width: 95%;
		max-width: 100%;
	}
}


#home-video-mobile .xClose {
    margin: 15px 0 0 -25px;
	padding: 0;
}

#home-video-mobile .modal-header {
    padding: 0;
    margin: 0;
    border: 0;
    min-height: 5px
}

#home-video-mobile .html-video video {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}

video#videoBackground {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    display: block
}

video#videoBackground-mobile {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    display: block
}

#teaser01 {
    background-color: #000;
    background-image: url(../img/content/mobile_hg_gartenbau.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

#teaser02 {
    background-color: #000;
    background-image: url(../img/content/mobile_hg_ideas.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}
#teaser03 {
    background-color: #000f20;
    background-image: url(../img/content/mobile_hg_jungle.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px
}

#teaser04 {
    background-color: #000f20;
    background-image: url(../img/content/mobile_hg_winterthur-technopark-01.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

#teaser04 a {
    color: #ccc;
    font-weight: 400
}

#teaser05 {
    background-color: #000;
    background-image: url(../img/content/mobile_hg_resign-webagentur.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 110vh
}

#teaser05 .home-ending-box .btn-primary {
    background: transparent;
    border: 1px solid #eee!important;
    margin-right: 10px;
    margin-bottom: 10px
}

#teaser05 .home-ending-box .btn-primary:hover {
    background-color: #222!important;
	border: 1px solid #333!important;
}

@media only screen and (min-width: 970px) {
    #teaser01 {
        background-image: url(../img/content/teaser_hg_gartenbau.jpg);
        background-size: auto 660px
    }
    #teaser02 {
        background-image: url(../img/content/teaser_hg_ideas.jpg);
        background-size: auto 660px
    }
    #teaser04 {
        background-image: url(../img/content/teaser_jungle_hg.jpg);
        background-size: auto 550px
    }	
    #teaser04 {
        background-image: url(../img/content/teaser_hg_winterthur-technopark-01.jpg);
        background-size: auto 550px
    }
    #teaser05 {
        background-image: url(../img/content/teaser_hg_resign-webagentur.jpg);
        background-size: auto 660px
    }
    #teaser05 .home-intro-box {
        margin: 30% 0 0 20px
    }	
	
}

@media only screen and (min-width: 1070px) {
    #teaser05 {
        background-size: cover;
        height: 120vh
    }
}

@media only screen and (max-width: 1890px) {
    #teaser05 {
/*        height: auto*/
        height: 1200px;
    }
}

.home-page .pageTitle .teaserTitle-Homescreen {
    font-size: 400%;
    line-height: 90%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.home-page .pageTitle .teaserTitle-Homescreen span {
    font-size: 55%;
    line-height: 90%;
    font-weight: 300;
    text-transform: none;
    margin: 10px 0 15px;
    display: block;
    padding: 0
}

.home-page .pageTitle h2.teaserTitle,
.pageTitle h2.teaserTitle {
    font-size: 260%;
    line-height: 90%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.home-page .pageTitle h3.teaserByline,
.pageTitle h3.teaserByline {
    font-size: 210%;
    line-height: 90%;
    font-weight: 300;
    margin: 10px 0;
    padding: 0
}

@media only screen and (max-width: 970px) {
    .home-page .pageTitle h2.teaserTitle,
    .pageTitle h2.teaserTitle {
        font-size: 190%
    }
    .home-page .pageTitle h3.teaserByline,
    .pageTitle h3.teaserByline {
        font-size: 200%;
		line-height: 110%;
		margin: 0;
		padding: 0;
    }
    .home-page .pageTitle .teaserTitle-Homescreen {
        font-size: 209%
    }
    .home-page .pageTitle .teaserTitle-Homescreen span {
        font-size: 101%;
    }
}

#home {
    background-size: cover;
    height: 100vh
}
/* alle Home Texte Mobile */
.home-intro-box {
    margin: 110px 15px 0;
    height: auto;
    font-size: 18px;
    line-height: 135%;
    max-width: 96%;
}
.home-text {
}
#home .home-intro-box {
/*    margin: 60% 15px 0*/
    margin: 22% 15px 0;
}

#home .home-intro-box .btn-primary {
    background: rgba(11, 120, 158, .0);
    border: 1px solid #fff!important;
    margin: 25px auto!important
}

#home .home-intro-box .btn-primary:hover {
    background-color: #029acc!important
}

#home .home-intro-box .btn-default {
    color: #029acc;
    background-color: #fff;
    border: 1px solid #fff!important;
    margin: 5px auto!important
}

@media only screen and (max-width: 970px) {
    #home .home-intro-box .btn-default {
        margin: 8px auto!important;
        font-size: 15px
    }
    #home .home-intro-box .btn-primary {
        margin: 8px auto!important
    }
}

.home-page .navbar .container {
    background-color: transparent
}

.home-page a {
    color: #fff
}

.home-page #navOnTop {
    display: none!important
}

.home-page .pageTitle h1 {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 6px
}

.home-page .pageTitle h2 {
    font-size: 26px;
    line-height: 100%
}

.home-page .adress {
    color: #fff;
    margin: 6% 0 0
}

#teaser01 .home-intro-box {
    max-width: 70%
}


/* PageTitle  Seiten Titel - Standard mit clamp  */

.pageTitle h1 {
    font-size: clamp(28px, 3.1vw, 480%);
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2.5rem 0 0.4rem 0;
    padding: 0;
}

.pageTitle h2 {
    font-size: clamp(26px, 2.9vw, 460%);
    line-height: 100%;
    font-weight: 300;
    padding: 0;
    margin: 0 0 2rem 0;
	letter-spacing: -0.05rem;
}
 
.pageTitle span {
    padding: 0;
    margin: 0;
    text-transform: none;
	display: inline-block;
}
.pageTitle-combo span {
	font-weight: 100;
}

span.pageTitle {
	display: inline-block;
}
span.pageTitle h1 {
}
span.pageTitle h2 {
}


/*  -----  Page Title Hero  -----   */

span.pageTitle-hero h1 {
	font-size: clamp(24px, 2.2vw, 240%);
    font-weight: 600;
    line-height: 120%;
    text-transform: none;
	letter-spacing: -0.06rem;
}
span.pageTitle-hero h2 {
	font-size: clamp(24px, 2.2vw, 240%);
    font-weight: 600;
    line-height: 120%;
    text-transform: none;
	letter-spacing: -0.06rem;
}







.home-page .pageTitle span {
    font-size: 100%;
    font-weight: 300
}

/*
#content .container,
#content-artikel .container,
#content-text .container,
#content-kontakt .container {
    padding-top: 0;
    padding-left: 35px;
    padding-right: 35px
}
*/

.content-grid-spacer {
    margin-left: 20px;
    margin-right: 20px
}

.content-grid-spacer h3 {
    font-size: 120%
}



/*
#content-text .pageTitle h2 {
    font-size: 200%;
	font-size: clamp(28px, 2.0vw, 240%);
    line-height: 125%;
    margin: 10px 0 20px 0;
	padding: 0;
}
*/

/*
#content-text .pageTitle h3 {
    font-size: 27px;
	font-size: clamp(24px, 1.9vw, 180%);
    line-height: 130%;
    margin-top: 10px;
}
*/

/*
#content-text .pageTitle h3 strong {
	font-weight: 700;
}
*/

#content-portfolio {
    margin-top: 30px
}

@media only screen and (max-width: 970px) {
    #impressions {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

#content-portfolio img,
#impressions img {
    width: 60%;
    height: auto
}

@media only screen and (max-width: 1690px) {
    #content-portfolio img,
    #impressions img {
        width: 60%
    }
}

@media only screen and (max-width: 970px) {
    #content-portfolio img,
    #impressions img {
        width: 80%
    }
    #impressions {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.cta-box {
    margin-left: -15px
}

.cta-box2 {
    margin-left: -10px
}

.contentImage {
    max-width: 100%;
    border: 1px solid #eee
}

.partnersImage {
    max-width: 20%;
    float: right;
    border: 1px solid #eee;
    margin-left: 4%;
    margin-bottom: 10px
}

.contentThumbnail {
    max-width: 20%;
    float: right;
    border: 1px solid #eee;
    margin-left: 4%;
    margin-bottom: 10px
}

.contentThumbnailBigger {
    max-width: 40%;
    float: right;
    border: 1px solid #eee;
    margin-left: 4%;
    margin-bottom: 10px
}

.featuresListe {
    padding: 0;
    margin: 15px 0 35px;
    padding-left: 15px
}

.featuresListe li {
    padding: 0;
    margin: 0 0 18px;
    line-height: 140%;
    font-size: 18px
}

.featuresListe-icon {
    padding: 0;
    padding-left: 15px;
    margin: 15px 0 35px;
    list-style: url(../img/content/ul-check.png)
}

.webagentur-features .featuresListe-icon li {
    line-height: 28px
}

.webagentur-features .featuresListe-icon {
    list-style: url(../img/content/ul-check-02.png)
}

.featuresListe-icon li {
    padding-left: 2px;
    padding-bottom: 7px;
    margin: 0 0 18px;
    line-height: 140%;
    font-size: 17px
}

.sitemapBox {
    padding: 0
}

.sitemap {
    padding: 0;
    margin: 0
}

.sitemap li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sitemap li a {
	transition: all .2s ease-in-out;
}
.sitemap li a:hover {
    color: #000;
	opacity: 0.2;
}

#content-artikel {
    padding: 25px 0 0
}

#content-artikel .col-xs-12,
#content-artikel .col-xs-6 {
    padding-right: 0;
    padding-left: 0;
    margin: 25px 0
}

#content-artikel .pageTitle h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px
}

#content-artikel .pageTitle h2,
#content-artikel .pageTitle h3 {
    font-size: 26px;
    line-height: 115%;
    margin: 0
}

#content-artikel .pageTitle h2 {
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700
}

#content-artikel .more {
    font-size: 16px
}

#content-artikel img {
    width: 100%;
    height: auto;
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}

#content-artikel a:hover {
    opacity: 1
}

#content-artikel .bg-overlay:hover img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .3
}

#content-kunden {
    padding: 0 0 70px
}

@media only screen and (max-width: 970px) {
    #content-kunden {
        padding-top: 40px;
        padding-left: 15px
    }
}

#content-kunden .kunden {
    background-color: #eee;
    border: 3px solid #fff
}

#content-kunden .kunden img {
    width: 100%;
    height: auto
}

#content-kunden .kundenTxt {
    margin: 0 0 20px 5px
}



#tab-nav {
    padding-bottom: 40px
}

@media only screen and (max-width: 970px) {
    #tab-nav {
        padding: 10px 0 60px 30px
    }
}

.bg-overlay {
    width: 96%;
    overflow: hidden;
    background-color: #000
}

.bg-overlay-box {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 190px;
    position: absolute;
    top: 25%;
    left: 50%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: none
}

.btn-overlay {
    width: auto;
    margin: 0 auto;
    padding: 0;
    max-width: 180px;
    font-size: 15px;
    letter-spacing: 1px
}

#content-archiv {
    padding-top: 0;
    line-height: 130%
}

#content-archiv .container {
    padding-top: 0;
    padding-left: 35px;
    padding-right: 35px
}

#content-archiv h1 {
    margin-bottom: 15px
}

#content-archiv .col-xs-12,
#content-archiv .col-xs-6 {
    padding-right: 0;
    padding-left: 0;
    margin: 25px 0
}

#content-archiv .pageTitle h2,
#content-archiv .pageTitle h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    margin: 0;
    padding: 0
}

#content-archiv .pageTitle h2 {
    margin-top: 5%;
    font-weight: 700
}

#content-archiv .more,
#content-archiv .btn-overlay {
    display: none
}

#content-archiv img {
    width: 96%;
	min-height: 155px;
    height: auto;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

#content-archiv img:hover {
    opacity: .5
}

#content-archiv .bg-overlay {
    width: 96%;
    overflow: hidden;
    background-color: transparent
}

.showcase {
    padding: 0 0 70px;
    overflow: hidden
}

.showcase img {
    width: 100%;
    height: auto
}

.showcaseTxt {
    padding: 45px 0 0;
    line-height: 140%
}

@media only screen and (max-width: 970px) {
    .showcaseTxt {
        padding-bottom: 40px
    }
}

.showcaseTxt-fullwidth {
    padding-left: 20px;
    padding-top: 15px
}

@media only screen and (max-width: 970px) {
    .showcaseTxt-fullwidth {
        padding-left: 0
    }
}

.showcaseTitle {
    padding-top: 40px;
    padding-left: 15px
}

@media only screen and (max-width: 970px) {
    .showcaseTitle {
        padding-left: 0
    }
}

.showcaseTitle h2 {
	font-size: clamp(20px, 1.8vw, 240%);
	line-height: 100%;
    margin: 0 2rem 1rem 0 0;
	font-weight: 700;	
}

.showcaseTitle h3 {
	font-size: clamp(20px, 1.8vw, 140%);
	line-height: 100%;
    margin: 0;
}

.showcaseTitle-h1 h1 {
	font-size: clamp(20px, 1.8vw, 240%);
	line-height: 110%;
    margin: 0 0 0.5rem 0;
	font-weight: 700;
}


.showcaseBack {
    font-size: clamp(16px,0.7vw,140%);
    line-height: 35px
}

.showcaseBack i {
    color: #666;
    font-size: 14px
}
.res-arbeiten-page {
}
.res-arbeiten-video {
	padding-top: 2rem;
}


.video-showcase {
    margin-top: 70px
}

.banner-video video {
    width: 100%;
    max-width: 100%;
    margin: 50px 0 30px;
    border: 1px solid #eee
}

.html-video video {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 15px;
    border: 0 solid #eee
}

.html5-video-play video {
    width: 100%;
    max-width: 100%;
    margin: 0
}

#fixedDropdown {
    position: absolute;
    z-index: 2
}

#slideShow {
    overflow: hidden;
    position: relative
}

#slideShow img {
    width: 100%;
    height: auto;
    display: none
}

#slideShow img.active {
    display: block
}

#content-portfolio {
    min-height: 300px
}

.portfolioTxt {
    padding: 60px 0 60px 22px
}


#content-team .container {
    padding-top: 00px;
    padding-left: 50px;
    padding-right: 15px;
}


/* Mobile team */
@media only screen and (max-width: 970px) {
	#content-team .container {
		padding-bottom: 12rem;
		width: 99%;
	}
	#content-team .teamSelector {
		width: 95%;
	}
	#content-team .teamSelector ul {
		padding: 00;
	}
}
	
#content-team .col-sm-7,
#content-team .col-sm-6 {
    padding-left: 0
}

#content-team h1 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 5px
}

#content-team h2 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 300;
    margin: 0 0 20px
}

.teamSelector ul {
    padding: 20px 0;
    overflow: hidden
}

.teamSelector li {
    float: left;
    width: 70px;
    margin: 0 10px 10px 0;
    min-height: 20px;
    background-color: #eee;
    list-style: none;
    opacity: 1
}

.teamSelector li img {
    width: 100%;
    height: auto
}

.teamSelector li a {
    opacity: .3
}

.teamSelector li a:hover {
    opacity: 1
}

.page-ending-button {
    clear: both;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    padding: 30px 0 60px
}

.back-button {
    display: inline-block
}

#point-nav .navbar {
    position: absolute;
    background: none
}

#point-nav .nav {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 20px 0;
    position: fixed;
    right: 45px;
    top: 45%;
    z-index: 5;
    transform: translateY(-50%)
}

#point-nav .navbar-nav > li {
    float: none
}

#point-nav .nav > li > a span {
    display: none
}

#point-nav .nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a {
    background: none
}

#point-nav .navbar-nav > li a::before {
    background: #fff;
    border-radius: 16px;
    content: "";
    height: 6px;
    position: absolute;
    width: 6px
}

#point-nav .navbar-nav > li.active a::before {
    background: transparent;
    border: 2px solid #fff;
    height: 10px;
    width: 10px;
    left: 28px;
    margin: auto;
    top: 18px
}

#point-nav .active {
	    padding-left: 0.5rem;
}

.fixedNav {
    position: fixed
}
.sectionScroll {
    width: 40px;
    margin: 4% auto 0
}
.scroll-arrow-down {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    display: inline-block;
    height: 20px;
    width: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.scroll-arrow-down:hover {
    width: 24px;
    height: 24px
}

.btn {
	font-size: clamp(18px,0.9vw,180%); 
    padding: 10px 35px;
    margin: 0 0 1%;
    border: 1px;
    border-radius: 30px
}

.btn-default {
    border: 1px solid #CCC;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.btn-default a {
    color: #333
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
    opacity: .9
}

.btn-default:hover a:hover {
    color: #000
}

.btn-primary {
    background-color: #000;
    border-color: #000!important;
    color: #fff!important;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.btn-primary a {
    color: #fff
}

.btn-primary:hover,
.btn-primary a:hover {
    background-color: #333!important;
    opacity: .9;
    transform: translateX(2px);
    padding: 10px 30px
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn i {
    padding-right: 15px
}

.btn-group {
    margin-left: 0;
    width: 100%
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #fff!important;
    color: #fff!important;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    font-size: 100px;
    font-weight: 300;
    margin-top: 8px;
    margin-right: 5px;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btnProjektFilter i {
    margin-right: 4px;
    color: #ccc;
    font-size: 14px
}

.btnProjektFilter button {
    margin-right: 14px;
    border: 0;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.btnProjektFilter button:hover {
    opacity: .4
}

.btnProjektFilter::after {
    clear: both
}

.projektFilter {
    border: 1px solid #fff;
    min-height: 180px
}

.dropdown-menu {
    position: relative;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    margin-top: -1px;
    font-size: 12px;
    text-transform: none;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    width: 97%
}

.dropdown-menu li {
    border-bottom: 0
}

.dropdown-menu li a {
    text-transform: none;
    font-size: 17px;
    border: 0;
    line-height: 20px
}

.dropdown-menu>li.active>a,
.dropdown-menu>li.active>a:hover,
.dropdown-menu>li.active>a:focus {
    font-weight: 300;
    color: #999
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #8F8F8F;
    outline: 0 none;
    text-decoration: none;
    background-color: transparent!important
}

.btn-dropdown-custom {
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 0;
    font-size: 16px!important;
    height: 40px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    float: left;
    width: 87%
}

.btn-dropdown-custom:hover,
.btn-dropdown-custom:focus {
    border: 1px solid #eee;
    border-right: 0;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    background-color: #fff;
    opacity: 1
}

.open .dropdown-menu {
    display: inline-block
}

.caret {
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #999
}

.dropdown-toggle {
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 0;
    height: 40px;
    width: 8%
}

.dropdown-toggle:hover {
    border: 1px solid #eee;
    border-left: 0;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    background-color: #fff;
    opacity: 1
}

.btn-dropdown-custom:hover,
.btn-dropdown-custom:focus,
.btn-dropdown-custom.focus,
.btn-dropdown-custom:active,
.btn-dropdown-custom.active,
.open>.btn-dropdown-custom,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle.focus,
.dropdown-toggle:active,
.dropdown-toggle.active,
.open>.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #eee;
    box-shadow: none
}

.btn-group.open .dropdown-toggle {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #eee;
    border-left: 0;
    box-sizing: border-box
}

#navOnTop {
    height: 36px;
    width: 36px;
    border-radius: 50px;
    background-color: #f4f4f4;
    position: fixed;
    z-index: 20;
    bottom: 4%;
    right: 4%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    display: none;
    padding: 4px 0 0 11px;
    font-size: 24px;
	color: #000;
}
#navOnTop a{
	color: #000;
}
#navOnTop:hover {
    opacity: .8;
    transform: translateY(-4px);
}

.btn-nav-dropdown-toggle {
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    float: left;
    box-sizing: border-box
}

.btn-nav-dropdown {
    float: left
}

#res-videoHeader iframe {
    max-width: 100%;
    height: 200px;
    margin-top: 30px
}

#res-videoHeader video {
    max-width: 100%;
    height: 200px
}

#video-play {
    margin-top: 30px
}

.videoPlay-btn {
    width: 55px;
    height: auto;
    position: absolute;
    top: 155px;
    left: 40%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0)
}

.videoPlay-btn:hover {
    opacity: .95;
    cursor: pointer;
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.videoPlay-btn img {
    width: 100%;
    height: auto
}

.kontaktFormular .checkbox {
    padding-top: 5px;
    padding-left: 0;
    margin-top: 0
}

.kontaktFormular form {
    padding-bottom: 10px;
    line-height: 140%
}

.kontaktFormular form .col-xs-12 {
    padding-left: 0
}

.kontaktFormular h3 {
    padding-top: 10px;
    font-weight: 700;
    font-size: 22px
}

.kontaktFormular input,
.kontaktFormular textarea {
    box-shadow: none;
    height: 45px
}

.kontaktFormular textarea {
    height: 100%
}

.kontaktFormular input[type="checkbox"] {
    border-radius: 0;
    box-shadow: none;
    height: 25px
}

.kontaktFormular input[type="submit"] {
    background-color: #000
}

.kontaktFormular .checkbox {
    padding-bottom: 10px;
    float: left;
    clear: both
}

.kontaktFormular #checkedProjektanfrage {
    margin: 10px 15px 30px
}

.kontaktFormular .slider.slider-horizontal {
    width: 30%!important
}

.kontaktFormular .checkbox input {
    margin-top: 0
}

.alert-dismissable,
.alert-dismissible {
    padding: 0
}

#content-kontakt .form-control {
    border: 0;
    background-color: #eee;
    border-radius: 0;
    font-size: 16px;
    padding: 16px 25px
}

.selecter-menu .form-control {
    border: 1px;
    border-radius: 0;
    font-size: 16px
}

.selecter-menu option {
    padding: 6px 16px;
    white-space: pre;
    min-height: 1.2em;
    font-size: 12px;
    letter-spacing: 1px;
}

#googleMapsBox {
    width: 100%;
    height: 499px;
    margin: 60px 0
}

#googleMaps .container-fluid,
#googleMaps .col-xs-12 {
    padding: 0
}

.kontaktFormular .checkbox,
.preise .checkbox {
    padding-top: 5px;
    padding-left: 0;
    margin-top: 0
}

.kontaktFormular form,
.preise #checkedProjektanfrage {
    padding-bottom: 10px;
    line-height: 140%;
    font-size: 15px
}

#kontaktFormular input {
    font-size: 16px
}

#kontaktFormular .checkbox,
.preise .checkbox {
    float: left;
    padding-right: 4%
}

.projekt_one h4 {
    float: left;
    width: 100%
}

.projekt_one {
    padding-right: 7.5%;
    float: left
}

#anfrage-text {
    padding-left: 25px
}

#anfrage-text .page-header {
    padding-bottom: 0;
    margin-bottom: 0
}

#kontaktFormular .checkbox.projekt_five,
.preise .checkbox.projekt_five {
    padding-right: 0
}

.slider_one {
    width: 20%;
    float: left
}

.slider_two {
    float: left;
    width: 80%
}

.slider_two #budgetStartValue,
.slider_two #budgetEndValue {
    opacity: .3
}

.slider-track {
    background-color: #eee;
    background-image: none;
    box-shadow: none;
    border-radius: 0
}

.slider-selection {
    background-color: #ddd;
    background-image: none;
    box-shadow: none;
    border-radius: 0
}

.kontaktFormular form .col-xs-12,
.preise form .col-xs-12 {
    padding-left: 0
}

.kontaktFormular h3 {
    padding-top: 10px;
    font-weight: 700;
    font-size: 22px
}

.kontaktFormular h4 {
    font-weight: 700;
    padding-left: 0;
    float: left;
    font-size: 16px
}

.kontaktFormular input,
.kontaktFormular textarea {
    box-shadow: none;
    height: 45px
}

.kontaktFormular textarea {
    height: 100%
}

.kontaktFormular input[type="checkbox"],
.preise input[type="checkbox"] {
    border-radius: 0;
    box-shadow: none;
    height: 25px
}

.kontaktFormular input[type="submit"] {
    background-color: #000
}

.kontaktFormular .checkbox,
.preise .checkbox {
    padding-bottom: 0
}

.sliderCheckboxes {
    margin-bottom: 15px
}

.kontaktFormular #checkedProjektanfrage {
    margin: 10px 5px 30px
}

.preise #checkedProjektanfrage {
    margin: 20px -10px
}

.kontaktFormular .slider.slider-horizontal,
.preise .slider.slider-horizontal {
    width: 70%!important;
    opacity: .3
}

.kontaktFormular .checkbox input,
.preise .checkbox input {
    margin-top: 0
}

.slider-handle {
    width: 10px;
    background-color: #000;
    background-image: none;
    box-shadow: none
}

.slider.slider-horizontal .slider-handle {
    margin-left: -7px
}

.sliderBox h4 {
    margin-top: 3px
}

.alert-dismissable,
.alert-dismissible {
    padding: 0
}

.kontaktFormular .form-control {
    border: 0;
    background-color: #eee;
    border-radius: 0;
    font-size: 16px;
    padding: 16px 25px
}

.selecter-menu .form-control {
    border: 1px;
    border-radius: 0;
    font-size: 16px
}

.selecter-menu option {
    padding: 6px 16px;
    white-space: pre;
    min-height: 1.2em;
    font-size: 12px;
    letter-spacing: 1px;
}

.radio label,
.checkbox label {
    font-weight: 300;
    padding-top: 3px
}

#budgetStartValue,
#budgetEndValue {
    opacity: .3
}

.slider-handle.round {
    border-radius: 0
}

#checkedProjektanfrage h4 {
    margin-left: 10px;
    font-weight: 700
}

.sliderCheckboxes,
#budgetStartValue {
    margin-left: 10px
}

#content-kontakt {
    padding: 0 0 110px
}

.newsletter-teaser {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 120px
}

.newsletter-teaser h4 {
    font-size: 28px;
    max-width: 85%;
    font-weight: 100
}

.newsletter-teaser .mail-eintragen {
    width: 75%;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 16px 25px;
    height: 61px;
    margin: 15px 0 0;
    display: inline-block;
    float: left
}

.newsletter-teaser .btn-default {
    width: 20%;
    border: 0;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
    border-radius: 0;
    font-size: 17px;
    padding: 18px 30px;
    margin: 15px 0 0;
    display: inline-block;
    float: right
}

.newsletterFrame {
    width: 100%;
    margin: 0 auto
}

.newsletterFrame iframe {
    width: 97%
}

.modal-dialog {
    margin-top: 8%
}

.home-page .modal-dialog {
    margin: 0 auto
}
.home-page .modal-dialog .html-video video {
	margin: 0;
}


.modal-header {
    padding: 5px 15px;
    border: 0
}

.modal-content {
    border-radius: 0;
    border: 0
}

.modal-body {
    padding: 0 15px
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.in {
    opacity: .8
}

.xClose {
    display: inline-block;
    margin: 15px 20px 0 0;
    cursor: pointer
}

.xClose .lr {
    z-index: 1051;
    width: 1px;
    height: 30px;
    margin-left: 45px;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.xClose .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 30px;
    background-color: #999;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-box {
    height: 150px;
    width: 150px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #eee;
    line-height: 120%;
    font-size: 90%
}

@media only screen and (max-width: 970px) {
    .vorgehen-webagentur .icon-box {
        height: 120px
    }
}

.circle {
    position: relative;
    border-radius: 50%;
    width: 75%;
    height: auto;
    padding-top: 75%;
    background: #eee;
    font-size: clamp(13px,1.1vw,24px); 
    line-height: 120%;
}
.circleTxt {
    position: absolute;
    margin-top: -108%;
    margin-left: 10%;
    width: 80%;
    padding: 34% 0 0
}
.vorgehen .col-xs-6 {
    margin-bottom: 30px
}

.design-slider {
    width: 100%;
    height: auto;
    border: 1px dashed #222
}

.panel {
    margin-bottom: 23px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default>.panel-heading {
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
    margin: 0
}

.collapse-icon {
    color: #666;
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px
}

.fa-angle-down.rotate-icon {
    transition: all 150ms ease-in;
}

a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg)
}

.fa-angle-down:before {
    content: "\f107"
}

.panel-body {
    padding: 15px
}

#res-collapseBox .panel-body {
    padding: 0
}

#res-collapseBox .panel-body h2 {
    font-size: 160%;
    font-weight: 100;
    margin-bottom: 3px
}

#res-collapseBox .panel-body h3 {
    font-size: 150%;
    margin-top: 5px
}

.collapse-more-btn {
    font-size: 90%;
    padding-left: 5px
}

.collapse-more-btn i {
    padding-right: 8px
}

@media only screen and (max-width: 790px) {
    #content-text .pageTitle h2,
    .panel-heading h2 {
        margin-right: 30px
    }
    .collapse-more-btn {
        display: block;
        padding-left: 0
    }
}

.collapse-services {
	padding: 0 30px;
}

.collapse-services .panel-heading h2  {
	font-size: clamp(19px, 1.8vw, 330%);
}


@media only screen and (max-width: 970px) {
	.grafik-services {
		max-width: 90%;
	}
}


@media all and (min-width: 373px) {
    .kontaktFormular .slider.slider-horizontal {
        width: 40%!important
    }
}

@media all and (min-width: 478px) {
    .kontaktFormular .slider.slider-horizontal {
        width: 50%!important
    }
}

@media all and (min-width: 100px) {
    .kontaktFormular .slider.slider-horizontal {
        width: 30%!important
    }
}

/* Logo mt Roboto */
.navbar-brand {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.navbar-brand strong {
	font-weight: 700;
	letter-spacing: -0.05rem;
}

@media all and (min-width: 768px) {
    video#videoBackground {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1;
        display: block
    }
    video#videoBackground-mobile {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1;
        display: block
    }
    .home-intro-box {
        margin: 20% 0 0;
        height: 330px
    }
    #home .home-intro-box {
        margin: 20% 0
    }
    #home {
        padding-top: 100px
    }
    body.page-top {
        padding-top: 100px
    }
    .navbar-header {
        border-bottom: 0
    }
    .navbar-nav {
        margin-top: 0
    }
    .navbar .container {
        padding: 25px 0
    }
	
	/*	Logo size */
    .navbar .container .navbar-brand {
        height: 44px;
        padding: 19px 15px;
        font-size: clamp(18px, 1.3vw, 260%); 
    }
    .navbar-nav > li > a {
        padding: 20px 0 10px 35px;
        text-transform: uppercase;
        font-weight: 700;
		font-size: clamp(18px, 0.9vw, 260%); 
        letter-spacing: 1px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        border: 0;
        box-shadow: 0 0 0 0
    }
    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
        opacity: .4;
        transform: translateY(1px)
    }
    .nav > li.active > a {
        opacity: .4
    }
    .nav-tabs > li.active > a {
        opacity: 1
    }
    .nav-tabs > li > a {
        margin-right: 20px;
        font-size: 16px;
        padding: 20px 0;
        letter-spacing: 1px;
    }
    .nav-tabs > li {
        border-bottom: 0;
        display: inline;
        width: auto;
        padding: 3px
    }
    .nav-tabs {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-bottom: 40px
    }
    .navbar-right {
        margin-right: 15px
    }
    .tinynav {
        display: none
    }
    .btn-group {
        margin-left: 0
    }
    #navMobileDesktop {
        display: block
    }
    #res-videoHeader iframe {
        max-width: 100%;
        height: 400px
    }
    #res-videoHeader video {
        max-width: 100%;
        width: 100%;
        height: 521px;
        background-color: #eee
    }
    #content-artikel .pageTitle h2,
    #content-artikel .pageTitle h3 {
        max-width: 95%;
        width: 95%;
        overflow: hidden;
        clear: both;
        float: left;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    #content-archiv .pageTitle h2,
    #content-archiv .pageTitle h3 {
        font-size: 16px;
        max-width: 90%;
        width: 90%;
        overflow: hidden;
        clear: both;
        float: left;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    #landingpage .pageTitle h2 {
        padding-top: 8px;
        line-height: 120%;
        font-weight: 100
    }
    .newsProjekteBtn {
        float: right;
        font-size: 14px;
        margin: 13px 20px 0 0
    }
    #content-team h1 {
        margin: 40px 0 5px
    }
    .teamSelector li {
        width: 45px;
        margin: 0 10px 0 0;
        min-height: 50px
    }
    #sideNav {
        position: fixed;
        width: 40px;
        right: 20px;
        top: 10px;
        color: #d9d9d9;
        z-index: 9999
    }
    #fixElements {
        max-width: 707px;
        margin: 0 auto
    }
    .home-intro-box {
        margin: 170px 0 0;
        height: auto;
        max-width: 80%
    }
    .home-page .navbar-header {
        background-color: transparent
    }
    .home-page .navbar-nav>li>a,
    .home-page .navbar a {
        background-color: transparent;
        border-color: transparent
    }
    #fixElements {
        padding: 30px 0 0
    }
    .home-page #fixElements a,
    .home-page .mobile-footer-navbar a {
        color: #fff!important
    }
    #navOnTop {
        bottom: 20px;
        right: 2%;
        padding: 4px 0 0 11px;
        font-size: 24px
    }

    .kontaktFormular .slider.slider-horizontal {
        width: 55%!important
    }
    .btn-dropdown-custom {
        width: 95%
    }
    .video-page .btn-dropdown-custom {
        max-width: 300px;
        width: 90%
    }
    .video-page .dropdown-toggle {
        width: 4%
    }
    #video-play {
        min-height: 458px
    }
    .videoPlay-btn {
        width: 100px;
        top: 340px;
        left: 46%
    }
    #tab-nav #fixedDropdown {
        position: static;
        z-index: auto
    }
    .kontaktFormular h4 {
        font-size: 14px
    }
    .kontaktFormular .checkbox {
        clear: none
    }
    #teaser01 .home-intro-box {
        max-width: 51%
    }
    #home {
        height: 100vh
    }
    #teaser01 {
        height: 600px;
        background-image: url(../img/content/teaser_hg_gartenbau.jpg)
    }
    #teaser02 {
        height: 600px;
        background-image: url(../img/content/teaser_hg_ideas.jpg)
    }
    #teaser03 {
        height: 600px;
        background-image: url(../img/content/teaser_jungle_hg.jpg)
    }
    #teaser04 {
        height: 600px;
        background-image: url(../img/content/teaser_hg_winterthur-technopark-01.jpg)
    }
    #teaser05 { 
        height: 600px;
        background-image: url(../img/content/teaser_hg_resign-webagentur.jpg)
    }
}

@media all and (min-width: 970px) {
    .home-intro-box {
        margin: 30% 0 0 20px;
        height: auto;
        max-width: 100%;
        font-size: 16px;
        line-height: 130%
    }
    #home .home-intro-box {
        margin: 110px 0 0 20px
    }
    #home {
        background-size: cover;
        height: 100vh
    }
    #teaser01 {
        background-size: cover;
        height: 100vh
    }
    #teaser02 {
        background-size: cover;
        height: 100vh
    }
    #teaser03 {
        background-size: cover;
        height: 100vh
    }
    #teaser04 {
        background-size: cover;
        height: 100vh
    }
    #teaser05 {
        background-size: cover;
        height: 110vh
    }
    #home .pageTitle h1 {
        font-size: 56px;
        line-height: 54px
    }
    .home-page .pageTitle h1 {
        font-size: 48px;
        line-height: 50px
    }
    .home-page .pageTitle h2 {
        font-size: 38px;
        line-height: 48px
    }
    #home .home-intro-box h2 {
        font-size: 38px
    }
    #logo {
        position: fixed;
        width: 50px;
        left: 35px;
        top: 33px
    }
    .nav-tabs>li {
        padding: 0
    }
    .nav-tabs>li>a {
        margin-right: 22px;
        font-size: 16px
    }
    .nav-tabs {
        margin-bottom: 0
    }
    #res-videoHeader iframe {
        max-width: 100%;
        height: 440px
    }
    #fixElements {
        max-width: 770px;
        margin: 0 auto
    }
    #fixElements a {
        color: #ccc
    }
    .kontaktFormular .slider.slider-horizontal {
        width: 69%!important
    }
    #kontaktFormular .checkbox {
        padding-right: 4%
    }
    #budgetStartValue,
    #budgetEndValue {
        font-size: 13px
    }
    .kontaktFormular h4 {
        font-size: 14px
    }
}

@media all and (min-width: 1000px) {
    #home .pageTitle h1 {
        font-size: 49px;
        line-height: 45px
    }
}

@media all and (min-width: 1200px) {
    .nav-tabs > li > a {
        font-size: 14px
    }
    .home-intro-box {
        margin: 30% 0 0 20px
    }
    #home .home-intro-box {
        margin: 17% 0 0 20px
    }
	/*	 desktop */
    .home-intro-box {
        font-size: 19px
    }
	
    #home {
        background-image: none;
        background-color: transparent
    }
    #home .pageTitle h1 {
        font-size: 212%;
        line-height: 100%
    }
    .home-page {
        background-color: transparent
    }
    .home-page .pageTitle h1 {
        font-size: 54px;
        line-height: 56px
    }
    .home-page .pageTitle h2 {
        font-size: 36px;
        line-height: 38px
    }
    .home-page #fixElements {
        display: inline
    }
    #video {
        width: 100%;
        height: auto;
        border: none
    }
    #logo {
        width: 80px
    }
    footer {
        position: fixed;
        width: 180px;
        right: 0;
        bottom: 40px;
        color: #999;
        font-size: 14px;
        padding: 0
    }
    .tel-cta {
        font-size: 115%;
        padding-top: 8px;
    }
    .tel-footer-nr {
        font-size: 130%;
        padding-top: 5px;
    }
    #side-social a {
        font-size: 16px;
        margin: 0
    }
    .adress {
        position: fixed;
        width: 180px;
        left: 40px;
        bottom: 40px;
        line-height: 160%;
        color: #999;
        font-size: 13px;
        margin-bottom: 0
    }
    .adress a {
        color: #999!important;
        transition: all .5s ease-in-out
    }
    #fixElements {
        padding: 0
    }
    .bg-overlay-box {
        border: 0 solid #eee;
        top: 28%;
        left: 28%
    }
    #navOnTop {
        bottom: 89px
    }
    #budgetStartValue,
    #budgetEndValue {
        font-size: 14px
    }
    #kontaktFormular .checkbox {
        padding-right: 3%
    }
}


@media all and (min-width: 1299px) {
    .home-page .modal-lg {
        width: 85%;
        max-width: 100%
    }
    .home-page .modal-dialog {
        margin: 0 auto
    }
}

@media all and (min-width: 1699px) {   /* --- HD Desktop ab 1699  */
    #home .pageTitle h1 {
        font-size: 365%;
        line-height: 100%
    }
    .home-intro-box {
        margin: 50% 0 0 20px
    }
	

    #home .home-intro-box {
        margin: 30% 0 0 20px;
    }
    footer {
        width: 180px
    }
    #side-social a {
        font-size: 18px;
        margin: 0 0 0 5px
    }
    .nav-tabs {
        margin-bottom: 0;
			min-width: 90%;
    }
    .nav-tabs > li > a {
        margin-right: 40px;
		font-size: clamp(18px, 0.9vw, 260%); 
    }
    #res-videoHeader iframe {
        width: 100%;
        height: 565px
    }
    .kontaktFormular .slider.slider-horizontal,
    .preise .slider.slider-horizontal {
        width: 68%!important
    }
    .btnProjektFilter button {
        margin-right: 30px;
        font-size: 16px;
        padding: 10px 0 20px
    }
    .kontaktFormular h4,
    .preise h4 {
        font-size: 15px
    }
    .carousel {
        padding: 2px 15px
    }
    .carousel-indicators {
        bottom: -50px
    }

	.carousel-control.left {
		margin-left: 2%;
	}
	.carousel-control.right {
		margin-right: 2%;
	}
	.carousel-caption {
		font-size: clamp(10px, 0.7vw, 100%);
		text-shadow: none;
		opacity: 0.3;
		padding-bottom: 0;
        margin-bottom: -1%;
	}
	
/*
    .home-page .modal-lg {
        width: 100%;
        max-width: 1100px
    }
*/
    .home-page .modal-lg {
        width: 88%;
        max-width: 1440px;
    }

    .home-page .modal-dialog {
        margin: 1rem auto 0 auto;
    }
}


.cookies {
    position: fixed;
    z-index: 11;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: auto
}

.cookies-hinweis {
    background-color: #fff;
    color: #666;
    border: 1px solid #dedede;
    padding: 10px;
    width: 70%;
    max-width: 340px;
    float: right;
    margin-right: 30px;
    margin-bottom: 30px
}

.cookies-text {
    font-size: 85%;
    font-weight: 300;
    line-height: 130%;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 2px
}

.cookies-text a {
    color: #333;
    font-weight: 400
}

.home-page .cookies-hinweis {
    background: rgba(37, 37, 37, .9);
    color: #fff;
    border: 0
}

.home-page .cookies-text a {
    color: #fff
}

@media only screen and (max-width: 1100px) {
    .cookies-hinweis {
        width: 65%
    }
    .cookies-text {
        font-size: 77%
    }
}

@media only screen and (max-width: 970px) {
    .cookies {
        position: fixed
    }
    .cookies-hinweis {
        width: 90%;
        float: none;
        margin: 0;
        margin-left: 5%;
        max-width: none
    }
    .cookies-text {
        font-size: 75%
    }
    .cookies .container {
        padding: 0
    }
}

.cookies-close {
    position: relative
}

.cookie-icon {
    width: 2%;
    float: left;
    margin-top: -5px
}

.cookies i {
    color: #ccc;
    font-size: 90%
}

#cookies-close-x {
    border: 0 solid #337ab7;
    width: 2.4em;
    height: 2.4em;
    text-align: left;
    text-indent: 0;
    background-color: transparent;
    z-index: 0;
    position: absolute;
    top: -50px;
    right: -40px;
    border-radius: 0;
    transition: unset;
    box-shadow: 0 0 #fff;
    text-shadow: 0 0 #fff;
    background: transparent
}

#cookies-close-x:before,
#cookies-close-x:after {
    background-color: #eee
}

#cookies-close-x:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#cookies-close-x:before,
#cookies-close-x:after {
    width: 1px;
    background-color: #337ab7;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}

#cookies-close-x:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 1390px) {
    .cookies .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 970px) {
    #cookies-close-x {
        top: -38px;
        right: -32px;
    }
    .home-page #cookies-close-x:before,
    .home-page #cookies-close-x:after {
        background-color: #337ab7;
    }
}

figcaption {
    font-size: 80%;
    color: #003882;
    margin: -10px 0 20px;
}

.col-center {
    float: none;
    display: inline-block;
}

@media only screen and (max-width: 1280px) {
    .carousel-indicators {
        display: none;
    }
}

.twentytwenty-container img {
    width: 90%;
    height: auto;
}

@media only screen and (max-width: 1390px) {
    .twentytwenty-container img {
        width: 70%;
        margin-left: 10%;
    }
}

@media only screen and (min-width: 970px) and (max-width: 1100px) {
    #side-social,
    .adress {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 970px) and (max-width: 1100px) {
    .mobile-footer-navbar {
        margin-left: 30px;
    }
    .home-intro-box {
        margin-left: 30px;
    }
    #home .home-intro-box {
        margin-left: 30px;
    }
}

@media (max-height: 600px) {
    .overlayerSidemenu {
        padding: 2% 0 0
    }
    #side-navbar .nav a {
        font-size: 20px;
        margin: 3% 0;
    }
}

@media only screen and (max-width: 330px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    #videoMobile {
        display: none!important
    }
    #home {
        height: 600px;
        background-image: none
    }
    #teaser01,
    #teaser02,
    #teaser03 {
/*
        height: 600px;
        background-attachment: scroll;
*/
    }
    #home .home-intro-box {
        margin: 68px 0;
    }
}

@media only screen and (min-width: 970px) {
	.content-portfolio-webdesign-ajax .carosuel-arbeiten-webdesign {
		min-height: 70vh;
	}
	.content-portfolio-webdesign-ajax .carosuel-arbeiten-webdesign .carousel-inner img {
		max-width: 1280px;
	}
}

@media only screen and (max-width: 1680px) {
	.content-portfolio-webdesign-ajax .carosuel-arbeiten-webdesign .carousel-inner img {
		max-width: 82%;
	}
}




.leistungen-box-feature {
	padding-top: 15px;
    padding-bottom: 10px;
	line-height: 130%;
}

.leistungen-box-feature i {
    font-size: 144%;
    padding-left: 5px;
    padding-bottom: 0;
    padding-top: 30px;
}

.leistungen-box-feature h3 {
	font-size: clamp(20px, 1.6vw, 180%);
    padding-bottom: 10px;
    font-weight: 300;
}

/*
.leistungen-boxes .container {
    padding-left: 40px;
}
*/

.leistungen-title h2 {
	font-size: clamp(28px, 2.8vw, 260%);
	letter-spacing: -0.05rem;
	margin-bottom: 5px;
}
.leistungen-title h3 {
	font-size: clamp(27px, 1.5vw, 180%);
	margin: 0;
}



/*************************************************************************/
/* RES VIDEO HTML5  */

		.res-vid-container{
			position:relative;
		}

		.res-vid-overlay{
			top: 0;
			left: 0;
			position: absolute;
			display: block;
			z-index: 3;
			width: 100%;
			height: 100%;
		}

		/*  Video Play button  */
		.res-vid-overlay:after {    
			content: "\f04b";
			font-size: 150%;
			padding-left: 8px;
			padding-top: 5px;
			line-height: 375%;
			font-family: "Font Awesome 6 Pro";
			font-weight: 700;
			position: absolute;
			width: 120px;
			height: 120px;
			border-radius:50%;
			-moz-border-radius:50%;
			-webkit-border-radius:50%;
			margin-left: -60px;
			margin-top: -75px;
			border: 0px solid #fff;
			background: #fff;
			color: #000;
			top: 50%; 
			left: 50%;
		}

		.res-vid-overlay img{
			width: 100%;
			height: 99%
		}

		.res-vid-overlay video{
			top: 0;
			left: 0;
			position: absolute;
			width: 100%;
			height: 99%;
		}

		.res-vid-control {
			display: none;
			position: absolute;
			left: 2%;
			bottom: 4%;
			z-index: 1;
			font-size: 110%;
		}

		/*   Video-Controls iPhone 6  */
		@media only screen and (max-width: 480px) {
			.res-vid-control { bottom: 5%; font-size: 120%;}	  
		}

		/*   Video-Controls iPhoneX +  */
		@media only screen and (min-height: 800px) and (max-width: 820px) {
			.res-vid-control { bottom: 28%; font-size: 120%;}	  
		}

		.res-vid-control i{
			color: #fff;
		}
		.res-vid-mute-btn,
		.res-vid-playback-btn,
		.res-vid-reset-btn {
			display: inline-block;
			padding: 5px 10px;
			cursor: pointer;
		}
		.res-vid-mute-btn:hover,
		.res-vid-playback-btn:hover
		.res-vid-reset-btn:hover{
			opacity: 0.6;
		}

		@media only screen and (max-width: 970px) {
			.res-vid-control {
				bottom: 4%; right:6%;
			}

			.res-vid-overlay:after {  
				font-size: 209%;
			}
		}
		.hide{
			display:none;
		}


/*************************************************************************/
/* CTA Sticker v2 */

.cta-sticker {
    position: fixed;
    bottom: 7%;
    right: 2%;
    width: 100%;
    max-width: 210px;
    height: auto;
    z-index: 22;
	transition: all .2s ease-in-out;
	transform: rotate(-5deg);
}

.cta-sticker:hover {
	transition: all .2s ease-in-out;
	transform: scale(1.05);
}
.cta-circleTxt h4 {
    font-size: 140%;
	line-height: 94%;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.cta-circleTxt i {
    font-size: 160%;
	color: #E4E4E4;
} 


.cta-circle {
	position: relative;
	border-radius: 50%; 
	width: 100%;
	height: auto;
	padding-top: 100%;
	background: #1c2227;
	transition: all .2s ease-in-out;
	box-shadow: 3px 8px 20px rgba(50, 50, 50, 0.2);
}
.cta-circleTxt {
    position: absolute;
    margin-top: -100%;
    padding: 0px 20px 0 20px;
    color: #fff;
    width: 100%;
    opacity: 1;
    padding-top: 1em;
}
.cta-circleTxt p {
	font-size: clamp(13px, 0.7vw, 80%);
	line-height: 120%;
	margin-bottom: 0;
	margin: 0;
	padding: 0 10px;
} 

@media only screen and (max-width: 1440px) {
	.cta-sticker {max-width: 190px;}
	.cta-circleTxt h4 { font-size: 130%; line-height: 94%; margin-bottom: 5px;}
	.cta-circleTxt p {font-size: 14px;line-height: 120%; }
	.cta-circleTxt i {font-size: 130%;} 
}
	

@media only screen and (max-width: 1100px) {
	.cta-sticker {max-width: 160px;}
	.cta-circleTxt h4 { font-size: 95%; line-height: 94%; margin: 5px;}
	.cta-circleTxt p {font-size: 11px;line-height: 120%; }
	.cta-circleTxt i {font-size: 100%; 
}
}

/*  Mobile Sticker   */
@media only screen and (max-width: 970px) {
	.cta-sticker {position: fixed; bottom: -3%;}
	.cta-sticker {max-width: 140px;}
	.cta-circleTxt h4 { font-size: 18px !important; line-height: 94%; margin: 4px; padding-top: 7px;}
	.cta-circleTxt p {font-size: 9px;line-height: 120%; }
	.cta-circleTxt i {font-size: 10px; display: none;}
	} 



/*
.stickerModal-content{
	padding: 0 30px 30px 30px;
	margin: 0 auto;
	background-color: #fff;
	color: #1c2227;
}

.sticker-modal-dialog {
    width: 800px;
	margin-top: 30px;
}

.sticker-modal-dialog .xClose .lr,
.sticker-modal-dialog .xClose .rl{
    width: 1px;
    background-color: #0080ff;
}


.stickerModal-content h2{
    font-weight: 300;
    font-size: 200%;
	line-height: 110%;
}
.stickerModal-text{
	font-size: 100%;
	line-height: 160%;
}
.stickerModal-text .tel-cta{
		font-size: 110%;
}

@media only screen and (max-width: 970px) {
	.sticker-modal-dialog {
		width: 80%;
		margin: 9% auto;
	}
	.stickerModal-text{
		font-size: 95%;
		line-height: 130%;
	}
	.stickerModal-content h2{
		font-size: 160%;
		line-height: 100%;
	}
	.stickerModal-content{ padding: 0 10px;}
	
}
*/

	

/*  Custom CSS  */


.landingpage-v2{
	font-size: 110%;
	line-height: 200%;
}
.landingpage-v2 h2{
	font-size: 180%;
	font-weight: 300;
}

.landingpage-v2 .contentThumbnail {
	max-width: 28%;
}

.landingpage-v2-collapse h2{
	font-size: 160%;
	font-weight: 300;
}
@media only screen and (max-width: 970px) {
	.landingpage-v2-collapse h2{
		font-size: 125%;
		font-weight: 300;
	}
}


.landingpage-teaser-txt {
    font-size: 110%;
    line-height: 180%;
}

.teaser-herotitle {
    font-size: 260%;
    line-height: 100%;
	padding-bottom: 10px;
}


.teaser-subtitle {
	font-size: 27px;
	font-weight: 100;
    line-height: 120%;
    margin-top: 10px;
	letter-spacing: 0.05rem;
}
.page-portfolio-boxen h2 {
	font-weight: 700;
}
.page-portfolio-boxen h2,
.page-portfolio-boxen h3 {
	font-size: clamp(20px, 2.0vw, 240%);
	line-height: 100%;
	padding: 0;
	margin: 0.4rem 0 0 0;
}
.page-portfolio-boxen h2 {
	padding-top: 15px;
}
.page-portfolio-texte h2 {
	margin: 5px 0;
}
.page-portfolio-texte h3 {
	margin: 0 0 15px 0;
}


	ul.bulletpoints-style {
		list-style: none;
		font-size: 105%;
		line-height: 160%;
		padding: 30px 0 ;	
	}
	ul.bulletpoints-style  li {
		padding-bottom: 20px;
		margin-left: 30px;
	}
	ul.bulletpoints-style li strong {
		font-weight: 600;
		opacity: 0.8;
	}

	ul.bulletpoints-style li:before {
		content: "\f111";
		font-family: "Font Awesome 6 Pro";
		position:absolute;
		margin-left:-26px;
		text-decoration: inherit;
		font-weight: 600;
		font-size: 9px;
		opacity: 0.3;
	}
	@media only screen and (max-width: 970px) {
		ul.bulletpoints-style li {margin-left: 25px;}
		ul.bulletpoints-style li:before {margin-left:-25px;}
	} 	

	ul.checklist-style {
		list-style: none;
		font-size: 100%;
		line-height: 160%;
		padding: 10px 0 ;	
	}
	ul.checklist-style  li {
		padding-bottom: 10px;
		margin-left: 40px;
	}
	ul.checklist-style li strong {
		font-weight: 600;
		opacity: 0.8;
	}

	ul.checklist-style li:before {
		content: "\f00c";
		font-family: "Font Awesome 6 Pro";
		position:absolute;
		margin-left:-35px;
		text-decoration: inherit;
		font-weight: normal;
		font-size: 14px;
		opacity: 0.3;
	}
	@media only screen and (max-width: 970px) {
		ul.checklist-style li {margin-left: 25px;}
		ul.checklist-style li:before {margin-left:-25px;}
	} 	


	ul.no-bulletpoints {
		list-style: none;
		font-size: 100%;
		line-height: 160%;
		padding: 10px 0 ;	
	}
	ul.no-bulletpoints  li {
		padding-bottom: 10px;
		margin-left: 40px;
	}
	ul.no-bulletpoints li strong {
		font-weight: 600;
		opacity: 0.8;
	}

	ul.no-bulletpoints li:before {
		content: "\f00c";
		font-family: "Font Awesome 6 Pro";
		position:absolute;
		margin-left:-35px;
		text-decoration: inherit;
		font-weight: normal;
		font-size: 14px;
		opacity: 0.3;
	}
	@media only screen and (max-width: 970px) {
		ul.no-bulletpoints li {margin-left: 25px;}
		ul.no-bulletpoints li:before {margin-left:-25px;}
	} 	



.video-html {
	max-width: 100%;
	height: auto;
	box-shadow: 0 5px 15px -8px rgba(149, 153, 153, 0.9);
	margin: 16px;
}


/*Video klein */
@media only screen and (min-width: 970px) {
	.video-thumbnail {
		max-width: 400px;
		float: right;
		box-shadow: none !important;
	}
}

/*Container Mobile */
@media only screen and (max-width: 970px) {
	.video-html {
		box-shadow: none !important;
		margin: 0;
	}
}


/* 2024-2025 -------------------------------------  */

.img-100 {
	width: 100%;
	height: auto;
}

/* iphone only media query  */

@media only screen and (max-device-width: 430px) and (-webkit-device-pixel-ratio: 2), 
       only screen and (max-device-width: 430px) and (-webkit-device-pixel-ratio: 3) {
		   
    /* Styles für alle iPhones */
	#teaser05 {
		background-image: url(../img/content/mobile_hg_resign-webagentur.jpg);
		background-position: top left;
		background-attachment: scroll;
		height: 900px;
	}
		   
}

.carousel .item .carousel-item {
    text-align: center;
}

.carousel .arrow-right {
    border-right: 3px solid #999 !important;
    border-top: 3px solid #999 !important;
}
.carousel .arrow-left {
    border-right: 3px solid #999 !important;
    border-top: 3px solid #999 !important;
}


/* ---------- Sticker Hidden Pages -------*/

.home-page .cta-sticker,
.services-page .cta-sticker,
.videocall-seite .cta-sticker,
.sitemap-seite .cta-sticker,
.impressum-seite .cta-sticker,
.res-kontakt-seite .cta-sticker {
	display:none;
}

/* ---------- Preise Page CSS -------*/

.preise-seite #content-text .container strong{
	font-weight: 600;
} 
.preise-seite .web-paket {
	line-height: 130%;
}
.preise-seite .web-paket img {
	padding-bottom: 30px;
}

/*
.res-kontakt-seite #formularStatus .alert > p i {
	color: #2b85c8;
}
*/

/* Kontakt Title  */

@media only screen and (min-width: 1660px) {
	.res-kontakt-seite .pageTitle h2{
		padding-right: 40%;
	}
}
.res-kontakt-seite .kontakt-adress-box {
	padding: 2rem 0;
}


@media only screen and (max-width: 1660px) {
	.res-kontakt-seite span#budgetStartValue,
	.res-kontakt-seite span#budgetEndValue {
		font-size: 12px
	}
	.res-kontakt-seite .sliderCheckboxes {
		font-size: 12px;
	}
}

@media only screen and (max-width: 970px) {
	.res-kontakt-seite span#budgetStartValue,
	.res-kontakt-seite span#budgetEndValue {
		font-size: 16px;
	}
}


/* -----------   GSAP FX   ----------- */
.fx-res {
  opacity: 0;
  visibility: hidden; /* Verhindert das Blitzen beim Laden */
}


/* Overlayer Burger Restyle HERO 2025  */

@media only screen and (min-width: 970px) {
	
	.overlayerSidemenu .container {
		width: 85%;
		max-width: 1200px;
		padding-top: 3rem;
	}

	.overlayerSidemenu #side-navbar  {
		border: 0;
		text-transform: none;
		font-size: 100%;
		max-width: 100%;
		margin: 0;
	}
	.overlayerSidemenu #side-navbar li a  {
		font-size: clamp(20px, 4.0vw, 440px);
		line-height: 120%;
		font-weight: 600;
		color: #fff;
		display: block;
		padding: 4px 0;
		margin: 0;
		border: 0;
		letter-spacing: -0.08rem;
	}

	/* Burger-Custom Nav hover */
	.overlayer-content .res-navtab .nav-hoch .nav-link:hover {
		opacity: 0.65;
		padding: 6px 0;
		padding-left: 5px;

	}
	.overlayerSidemenu .side-showmore {
		padding-top: 2rem;
		display: flex;
		flex-direction: column;
	}
	.overlayerSidemenu .side-showmore a {
		display: inline;
		max-width: 180px;
		font-size: 120%;
		line-height: 130%;
		font-weight: 600;
		padding: 4px 0;
		margin-left: 0;
		opacity: 1.0;
	}

}

/* Mobile > Dropdown menu Blog */

@media only screen and (max-width: 970px) {
	
	.res-blog-page .nav-tabs > li {
		border: 0;;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 !important;
		background: #fff;
	}
	.res-blog-page .nav-tabs .res-desktop-mega-dropdown .dropdown-toggle {
		margin-left: 1rem;
        font-size: 100%;
        letter-spacing: 0.08rem;
		border: 0 !important;
	}
	.res-blog-page .nav-tabs .res-desktop-mega-dropdown .dropdown-toggle .caret {
		display: none;
	}
	.res-blog-page .res-desktop-mega-dropdown {
		background: #fff;
	}
}


/* BLOG dropdown Menu -------------------------------------  */

	.res-blog-page .res-desktop-mega-dropdown .dropdown-menu {
		position: absolute; /* Position für das Menü */
	}
	.res-blog-page .dropdown.res-desktop-mega-dropdown.open > .dropdown-menu {
		display: block; /* Mega MMenü anzeigen, wenn geöffnet */
		padding: 20px 15px;
		box-shadow: 0 10px 15px -6px rgba(0, 0, 0, 0.2);
		opacity: 0.98;
		margin-top: 1.4rem;
	}
	/* Reset spezifisch für #dropdown-desktop */
	.res-blog-page .dropdown-toggle {
		border: none; /* Entfernt den Rand */
		border-radius: 0px; /* Stellt die Standard-Border-Radius wieder her */
		height: auto; /* Entfernt die feste Höhe */
		width: auto; /* Entfernt die feste Breite */
	}

	.res-blog-page .blog-dropdown  {			
		border: 1px solid #eee;
	}	
	.res-blog-page .blog-dropdown li  {
		padding: 0.6rem;
		margin: 0;
		background: #fff;
		border: 0;
	}
	.res-blog-page .blog-dropdown li a  {
		font-size: 17px;
		line-height: 18px;
			transition: all .4s ease-out;
	}
	.res-blog-page .blog-dropdown li a:hover {
		opacity: 0.6;
		background: transparent;
		margin-left: 4px;
		transition: all .8s ease-out;
	}
	.res-blog-page .blog-dropdown li strong {
		display: block;
		font-size: 17px;
		padding: 0;
		margin: 1.5rem 1rem 1rem 1.5rem;
		font-weight: 600;
	}

	.res-blog-page .nav .res-desktop-mega-dropdown.open > a {
		background-color: transparent;
		border: 0;
	}


@media (min-width: 768px) {
	.res-blog-page #tab-nav .nav-tabs {
		border: 0px !important;
	}
}


@media only screen and (min-width: 970px) {
	
	.blog-dropdown {
	}
	.res-desktop-mega-dropdown {
	}
	.res-desktop-mega-dropdown > a.dropdown-toggle {
		border: 0 !important;
		border-radius: 0;
		font-size: clamp(16px, 1.0vw, 120%);
		font-weight: 500;
		text-transform: none;
		letter-spacing: 0; 
		text-align: left !important;
		padding: 0;
		margin: 1.6rem 2rem;
		width: auto;
		max-width: 240px;
	}
	ul.blog-pages-megamenu-spalten {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		padding-top: 0.75em;
		margin-top: 0.5em;
	}
	.blog-pages-megamenu-spalten li {
		
	}

}
	/*	blog-dropdown active */ 
	.blog-dropdown.dropdown-menu li.active a {
		font-weight: 700;
		color: #000;
	} 


/* ---   Kontakt  ----   */

.kontakt-seite #formularStatus .alert > p {
    margin-bottom: 0;
    border: 1px solid #ccc;
    padding: 2rem 3rem;
    box-shadow: 0 10px 15px -6px rgba(0, 0, 0, 0.2);
    line-height: 125%;
    font-size: 108%;
    font-weight: 400;
    letter-spacing: -0.05rem;
}

/* ---   Kunden  ----   */
@media only screen and (min-width: 970px) {
  .kunden-frame {
    display: flex;
    flex-wrap: wrap;
  }
  .kunden-frame .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
	img.kunden-logo {
		max-width: 95%;
  }
}

/* ---   Team  ----   */

.res-team-seite .team-description {
	font-size: clamp(18px,1.2vw,100%);
	line-height: 160%;
}

.res-team-seite .teamImages {
	max-width: 600px;
}

/* ---   WordPress  ----   */

.res-wordpess-seite .container h3 {
	font-size: clamp(28px, 1.6vw, 170%);
	line-height: 140%;
}

.video-page.res-wordpess-seite .btn-dropdown-custom{
	font-weight: 300;
}
.video-page.res-wordpess-seite .html-video video {
	margin: 0; border: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
.video-page.res-wordpess-seite .btn-dropdown-custom {max-width: 90%;width: 90%;}
}



@media only screen and (min-width: 1660px) {
	.blog-subnav-frame {
		margin-bottom: 4rem;
		margin-left: 1rem;
	}

}

/* ---   RESIGN. Arbeiten Projekte   ----   */

.res-arbeiten-page .container {
}

@media only screen and (min-width: 1800px) {
	.res-arbeiten-page .arbeiten-video-case-wide {
		margin-left: -160px;
		margin-right: -160px;
	}
}
@media only screen and (max-width: 970px) {
	.res-arbeiten-page .arbeiten-video-case-wide {
		margin-left: -10vw;
		margin-right: -10vw;
	}
}

/* -----------   Landingpages Hero Style   Res-Small-Title  ----------- */


.res-small-title h3 {
	font-size: clamp(26px, 1.6vw, 170%);
	line-height: 140%;
}

.res-small-title h2 {
    font-size: clamp(30px, 2.2vw, 220%);
	line-height: 120%;
    font-weight: 500;
}



/* ---------- L Pages .res-l-page WordPres, Datenschutz, etc. -------*/

	.res-datenschutz-dsvgo-seite #tab-nav {
  	  	padding-left: 0px;
		padding-bottom: 0px; 
	}
	.res-datenschutz-dsvgo-seite .panel-body a{
		color: #124b96;
	}
	.res-datenschutz-dsvgo-seite .hinweis{
		padding: 10px 30px;
		font-size: 90%;
		line-height: 140%;
		border: 1px solid #dedede;
		margin: 20px 5px 20px 5px;
		box-shadow: 0 5px 15px -5px rgba(149, 153, 153, 0.7);
	}
	.res-datenschutz-dsvgo-seite .smalltext{
		font-size: 80%;
		line-height: 115%;
	}
	.res-datenschutz-dsvgo-seite .featuresListe-icon {
		padding-left: 35px;
	}
	.res-datenschutz-dsvgo-seite .contentThumbnail{
		max-width: 40%;
	}

	.res-logo-inspirations-seite .logo-gallery .product-img {
		border: 1px solid #eee;
		margin-bottom: 16px;
	}
	@media only screen and (min-width: 768px) {	
		.res-logo-inspirations-seite #sideNav {z-index: 55;}
	}

	.res-corporate-design-seite .panel-heading h2 {
    	font-weight: 300;
		font-size: 140%;
		}
	.res-corporate-design-seite #tab-nav {
  	  padding-left: 0px;
	}
	.res-corporate-design-seite .panel-body a{
		color: #124b96;
	}

	.res-impressum-seite .impressum-text1{
		font-size: 95%;
		line-height: 180%;
	}
	.res-impressum-seite .impressum-text2{
		font-size: 90%;
		line-height: 160%;
	}



/*  Portfolio 2026  */

	#portfolio-carousel .carousel-control.right,
	#portfolio-carousel .carousel-control.left {
		background-image: none !important;
	}

	#portfolio-carousel .carousel-inner .item img {
		width: 66%;
		height: auto;
	}

	@media only screen and (min-width: 1480px) {	
		#portfolio-carousel .carousel-slides-webdesign img,
		#portfolio-carousel .carousel-slides-logo img {
/*			min-height: 68vh;*/
		}
	}

	@media only screen and (min-width: 1480px) {	
		#portfolio-carousel .container.carousel-design-video-showcase-frame {
			max-width: 1280px;
		}
	}




