:root {	
	/* container-width*/
	--max-container-width:min(70%, 1344px);

    /* base-colors */
    --color-blue: #004493;
    --color-red:#e1001a;
    --color-white: #ffffff;
    --color-black:#000000;

    /* font-family */
    
    --font-fam-1: 'MetronicSlaNarBold', 'Roboto Slab', serif; /* Überschriften */
	--font-fam-2:'Barlow Semi Condensed'; /* Text */


	/* font-size */
    --font-size-1: 5rem; /* blaue Überschrift*/
	--font-size-2: 19px; /* normaler Text*/
	--font-size-3: 22px; /* Button Text*/
	--font-size-4: 550px; /* riesiger Hintergrundschrift*/
	--font-size-5: 115px; /* rote Überschrift*/
	--font-size-6: 14px; /* Kontaktdaten/Footer unten*/
	--font-size-7: 40px; /* Kontaktdaten unter roter Überschrift */
	--font-size-8: 25px; /* schwarzer größerer Text*/
    --font-size-9: 32px; /* menu-links*/

    /* text-settings */ 
    --letter-spacing:0.5px;
    --letter-spacing-mobile:0.25px;
	--letter-spacing-button:1.5px;
    --letter-spacing-button-mobile:0.5px;
	--letter-spacing-headline:0.5px;    
	--letter-spacing-headline-mobile:0.5px;

    --line-height:27px;
    --line-height-mobile:25px;
	--line-height-headline:85px;
    --line-height-headline-mobile:25px;
    --line-height-menu:45px;

    /* borders */

    /* margins*/
	--btn-margin-default: 10px 10px;


    /* paddings */
    --btn-padding-default: 10px 10px;

	/* z-index */
	--higher:10;
	--lower: 1;
}

::selection {
    background-color: var(--color-red); 
    color: var(--color-white); 
}

::-moz-selection { 
    background-color: var(--color-red); 
    color: var(--color-white); 
}


.centered-wrapper-inner {
	max-width: var(--max-container-width);
    margin: auto;
}

.main-content p > span[style] {
    padding: 0px;
}

a {
    color:var(--color-blue);
}

.tpbau-menu-wrapper {
	background: var(--color-blue);
  	font-size: var(--font-size-1);
	height:100vh;
    width: 50vw;
    position: fixed;
    right: 0px;
}


.tpbau-menu {
	background: var(--color-blue);
  	font-size: var(--font-size-1);
  	justify-content: center;
  	text-align: center;
  	line-height: 0.85;
	height:100vh;
	font-family: var(--font-fam-1);
    width: 50vw;
    position: fixed;
    right: 0px;
}

@media screen and (max-width: 599px) {
	.tpbau-menu {
        height:100vh;
        width: 100vw;
        position: absolute;
        top: 0px;   
    }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
	.tpbau-menu {
        height:100vw;
        width: 100vw;
        position: absolute;
        top: 0px;
        right: 15px;
    }

    .tpbau-menu {
        right: clamp(-45px,
               calc(-41px + (811px - 100vw) * (11 / 211)),
               -30px);
    }
}

.header-navigation-inner {
  color: var(--color-blue);
}

.tpbau-menu {
    display: none;
    gap: 50px;
    padding:  40px;
    overflow: hidden;
}

@media screen and (min-width:0px) and (max-width:599px) {
    .tpbau-menu {
        overflow: scroll;
    }
}
  
.tpbau-menu.show {
    display: flex;
}

#tpbau-close {
	display:none;
}

.tpbau-menu a {
	color:var(--color-white);
	text-decoration:none;
}

.tpbau-menu a:hover {
	color:var(--color-white);
	text-decoration:none;
}

.header-navigation-inner {
	max-width: calc(var(--max-container-width) + 6%);
}

@media screen and (max-width: 1188px) {
	.header-navigation-inner {
	  max-width: 100%;
	}
}

.header-navigation-inner {
    max-width: var(--max-container-width);
    margin-left: auto;
    margin-right: auto;
}

.header-navigation, .tagline {
	border-bottom: none;
	box-shadow: none;
}

.tpbau-menu ul {
	display: flex;
  	flex-direction: column;
  	justify-content:start;
    margin-top: 0px;
    gap: 25px;
}

.tpbau-menu .active {
    color: var(--color-white)
}

.main-navigation-search:hover, .main-navigation-search.focus {
    margin-right: 0px;
}

.main-navigation-search::after {
    border-left: none;
}

#tpbau-open {
    user-select: none;
    background: var(--color-white);
}

#tpbau-open #Ebene_1 {
    margin-top: 53px;
}

#tpbau-close {
    cursor: pointer;
    background: transparent;
    width: 50px;
    position: fixed;
    top: 30px;
    right: 30px;
}

.tpbau-sm-icons {
  background: var(--color-black);
  margin-right: 10px;
  color: var(--color-white);
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tpbau-sm-icons:before {
	margin-left:4px;
}

body, p {
	font-size: var(--font-size-2);
	font-family: var(--font-fam-2);
	color: var(--color-black);
	line-height: var(--line-height);
	letter-spacing: var(--letter-spacing);
    font-weight: 500;
}



.btn-vertical a {
	padding: var(--btn-padding-default);
	margin: var(--btn-margin-default);
	color: var(--color-white);
	background: var(--color-red);
	font-size: var(--font-size-3);
	font-family: var(--font-fam-2);
	z-index: var(--higher);
	letter-spacing: var(--letter-spacing-button);
	text-align: end;
	font-weight: bold;
	text-transform: uppercase;	
	position: relative;	
	border:none;
    border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	height: 150px;
    writing-mode: vertical-lr;
    rotate: 180deg;
    margin-left: 0px;
}

.btn-vertical a:hover {
    background: var(--color-blue);
}

.btn-blue a {
	background: var(--color-blue) !important;
	margin-top: 50px;
}

.btn-blue a:hover {
	background: var(--color-white) !important;
    color: var(--color-blue);
}


#btn-boxes a {
  height: 150px !important;
  margin-right: 50px;
  margin-top: -75px;
}


@media screen and (min-width:0px) and (max-width:899px) {
    #btn-boxes a {
        height: 120px !important;
        top: -25px;
    }

    #btn-boxes img {
        margin-bottom:40px;
    }
}


.headline-blue, .headline-blue h2 {
	font-size: var(--font-size-1);
	font-family: var(--font-fam-1);
	color: var(--color-blue);
	z-index: var(--higher);
	font-weight: 900 !important;	
	position: relative;
	line-height: var(--line-height-headline);
	letter-spacing: var(--letter-spacing-headline) !important;
}

.headline-blue h2 {
	line-height: 85px;
}


#headline-red, #headline-red h2 {
	font-size: var(--font-size-5) !important;
	color: var(--color-red) !important;
}

#headline-black, #headline-black h2 {
	font-size: var(--font-size-6) !important;
	color: var(--color-black) !important;
	font-weight: normal !important;
}

#headline-white, #headline-white h2 {
	color: var(--color-white) !important;
    font-weight: 900 !important;
    line-height: 85px;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.giant-letters {
    position: relative;
    top: -205px;
}

.giant-letters p {
	font-size: var(--font-size-4);
    font-weight: 900;
    font-family: var(--font-fam-1);
    color: var(--color-blue);
    z-index: var(--lower);
    margin-top: -40px;
    margin-bottom: 90px;
    caret-color: transparent;
    user-select: none;
    line-height: 1;
}


@media screen and (min-width:1750px) and (max-width:1815px) {
    .giant-letters p {
        margin-top: -40px;
    }
}

@media screen and (min-width:1515px) and (max-width:1749px) {
    .giant-letters p {
        margin-top: 25px;
    }
}

@media screen and (min-width:1200px) and (max-width:1514px) {
    .giant-letters p {
        margin-top: 65px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:600px) and (max-width:1199px) {
    .giant-letters p {
        font-size: 300px;
        margin-bottom: 230px;
    }

    .giant-letters {
        position: relative;
        top: 30px;
      }
    
    #giant-posn-bau {
        position: relative;
        top: -130px;
        margin-bottom: -150px;
    }
}

@media screen and (min-width:0px) and (max-width:599px) {
    .giant-letters p {
        font-size: 200px;
        margin-bottom: 230px;
    }

    .giant-letters {
        position: relative;
        top: 30px;
    }

    #giant-posn-bau {
        position: relative;
        top: -130px;
        margin-bottom: -150px;
    }

}




#giant-letters-white {
	color: var(--color-white);
}

.big-text p{
	font-size: var(--font-size-8);
	color: var(--color-black);
	font-weight: 500;
	line-height: 35px;
}

.big-white-text p{
	font-size: var(--font-size-8);
	color: var(--color-white);
	font-weight: 500;
	line-height: 35px;
}

.tp-images img {
	position: relative;
	z-index: var(--lower);
}

.tpbau-footer h2 {
	font-weight: var(--font-size-2);
	font-family: var(--font-fam-1);
	color: var(--color-blue);
	font-weight: 700 !important;
}

.tpbau-footer p,a {
	font-weight: var(--font-size-6);
	font-weight: 500;
	color: var(--color-black);
}

.centered-wrapper.-border-bottom, .centered-wrapper.-border-top {
	border-top: none;
	border-bottom: none;
}

.tpbau-footer-roof img {
	margin-left:15%;
	width: min(115%, 1920px);
}

.tpbau-red-shout {
	font-size: var(--font-size-1);
	color: var(--color-red);
	font-family: var(--font-fam-1);
	font-weight: 900;
}

.tpbau-black-contact {
	font-size: var(--font-size-7);
	color: var(--color-black);

}

.overflow-clip {
	overflow: clip	;
}

.icon-buttons a {
	border: none;
	color: #004493;
	margin-left: -8px;
  	margin-bottom: -25px;
  	margin-top: -5px;
}

.icon-buttons {
	margin-top: 3px;
}

.icon-buttons ul {
	display: grid;
}

.icon-buttons ul li {
	margin-bottom: 30px;
}

.red-num-bg {
    /*
	background-image: url('../../tpbau/placeholder/placeholder-18.png');
	background-size: cover;
  	min-height: 670px;
    */
    padding:52px 41px;
    background: var(--color-red);
}

.bg-blue {
    padding:52px 60px;
    background: var(--color-blue);
}

@media screen and (min-width:0px) and (max-width:599px) {
    .bg-blue {
        padding:20px 10px;
    }
}


.img-flexer .centered-wrapper-inner {
	display: flex;
	justify-content: space-between;
}


#farbtopf {
	position: absolute;
    right: 8%;
    top: 7%;
}

@media screen and (max-width: 1600px) {
    #farbtopf {
	    display: none;
    }
}

@media screen and (min-width: 2500px) {
    #farbtopf {
	    left:70vw;
    }
}

.header-navigation {
	margin-bottom: 80px;
}

.logo-tpbau img {
	height: 125px;
}

.ce_rsce_tao_logo {
	margin-bottom:0px;
}

.logo-tpbau {
    /* margin-left: 60px; */
    margin-left: -3px;
}

.logo {
    left: 0px;
}

/* Layout shifts*/

#atmosphere {
        background-image: url('https://www.tpbau.de/assets/images/3/news-6-3ad30308.png');
        background-size: contain;
        background-position-y: 20px;
        background-position-x: 700px;
}

#struktur-pull {
    left: -100px;
    top: -20px;
}

#struktur-pull-btn a {
    right: -350px;
    top: -90px;
    z-index: var(--higher);
}

#detail {
    top: -215px;
}


#detail .ce_image {
    margin-left: -70px;
}

.leistungen {
    top: -180px;
}

.accordion {
  background: var(--color-blue);
  color: var(--color-white);
  font-size: var(--font-size-7);
  font-family: var(--font-fam-1);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  padding: 2px 40px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
  font-weight: bold;
  margin-top: 1em;
}

.active, .accordion:hover {
  background:var(--color-red) !important;
}

ul .active, li .active {
    background: transparent !important;
}

.accordion:focus {
  background:var(--color-blue);
}

.panel {
  padding: 0 40px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.menu-head {
    color:var(--color-white);
    font-size: var(--font-size-7);
    font-weight: 900;
    text-decoration: underline;
	margin-bottom: 12px;
}

.menu-links {
    color: var(--color-white);
    font-size: var(--font-size-9);
    font-weight: bold;
}

.menu-links:hover {
    color: var(--color-red);
}

.menu-wrapper {
    line-height: var(--line-height-menu);
    height: fit-content;
}

@media screen and (max-width: 599px) {
    .logo-tpbau img {
      margin-top: 70px;
    }
}



































/* tao overrides*/
.teaser-boxes-item .image-wrapper {
	margin-bottom: unset !important;
}

@media screen and (min-width:0px) and (max-width:599px) {
    .teaser-boxes-item-text {
        margin-top: 30px;
    }
}



@media screen and (min-width:901px) {
    .teaser-boxes-item-text {
        margin-top: 20px;
    }
}



/* tao overrides*/

/* mobile screen 0px - 599px */
@media screen and (max-width:599px){
    body, p {
        line-height: var(--line-height-mobile);
	    letter-spacing: var(--letter-spacing-mobile);
    }

    .headline-blue {
        line-height: var(--line-height-headline-mobile);
	    letter-spacing: var(--letter-spacing-headline-mobile);
    }

    .btn-vertical a {
	    letter-spacing: var(--letter-spacing-button-mobile);
    }

}

.teaser-boxes-item .image-wrapper {
    margin-bottom: -60px !important;
}

@media screen and (max-width:900px){
    :root {	
        /* container-width*/
        --max-container-width:90%;
        --font-size-1: 3rem; /* blaue Überschrift*/
        --font-size-5: 3rem; /* rote Überschrift*/
        --font-size-7: 2rem; /* Kontaktdaten unter roter Überschrift */
        --font-size-9: 1.7rem; /* menu-links*/
    }

    .teaser-boxes-item .image-wrapper {
        margin-bottom: -60px !important;
    }

    .headline-blue h2, #headline-white, #headline-white h2 {
        line-height: 45px;
    }

    #years-18 .centered-wrapper-inner {
        max-width: 100%;
    } 

    .btn-blue {
        padding-bottom: 40px;
    }

    .btn-blue a {
        margin-top: 50px;
        margin-left:-30px;
    }

    #btn-boxes a {
        position: relative;
        left: 10px;
    }

    .main-navigation-search {
        display: block;
    }

    .main-navigation-search::after {
        display: none;
    }

    .main-navigation-search {
        font-size: 10px;
    }

    .logo-tpbau {
        display: flex;
    }

    .logo img {
        max-height: unset;
      }

      .logo-tpbau img {
        height: 100px;
    }
    .main-navigation-mobile {
        border-top: none;
    }

    .big-white-text p {
        font-size: var(--font-size-2);
        line-height: var(--line-height-mobile);
    }

}

.main-navigation-search {
    position: absolute;
    top: 50%;
    right: 3.7037%;
    right: var(--page-padding-right);
    z-index: 3;
    height: 2.85714em;
    min-width: 3.42857em;
    margin-top: -1.35714em;
    border-radius: 3px;
    overflow: hidden;
    font-size: 0.875em;
    background: #ffffff;
  }

#year-2007 #Ebene_1 {
    height: 115%;
    position: absolute;
    right: -35px;
    top: -35px;
}

@media  screen and (max-width: 1690px) {
    #year-2007 #Ebene_1 {
        display: none;
    }
}

#posn-leistung {
    position: absolute;
    left: 50%;
    bottom: 10%;
}

#posn-kontakt {
    position: absolute;
    left: 50%;
    bottom: 25%;
}

#posn-unternehmen {
    position: absolute;
    left: 50%;
    bottom:8%;
}

@media screen and (min-width:1604px) and (max-width: 1660px) {
	#posn-unternehmen {
        bottom:1%;
    }
}

@media screen and (min-width:1501px) and (max-width: 1603px) {
	#posn-unternehmen {
        bottom:-4%;
    }
}

@media  screen and (max-width:1500px) {
    #posn-unternehmen {
        position: unset;
    }
}

#posn-karriere {
    position: absolute;
    left: 50%;
    bottom: 0%;
}

#posn-karriere-2 {
    position: absolute;
    right: 50%;
    bottom: 20%;
}

.karriere-flexer {
	justify-content:end;
}

@media  screen and (max-width:1500px) {
    #posn-leistung {
        position: unset;
    }

    #posn-kontakt {
        position: unset;
    }
	
	#posn-karriere {
        position: unset;
    }
	
	#posn-karriere-2 {
        position: unset;
    }
	
	.karriere-flexer {
	justify-content:start;
}
}



#posn-startseite-1 {
    position: absolute;
    left: 50%;
    bottom: -6%
}

#posn-farbe {
    position: absolute;
    left: 50%;
    bottom: 10%;
}


.h-start-m {
    display: none;
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    #posn-startseite-1 {
        left: 50%;
        bottom: -6%;
    }

    #posn-farbe {
        bottom: 10%;
    }
}

@media screen and (min-width:0px) and (max-width:1500px) {
    #posn-startseite-1 {
        position: unset;
    }

    #posn-farbe {
        position: unset;
    }

    .h-start-m {
        display: block;
    }

    .h-start-d {
        display: none;
    }

    .btn-flip-start {
        flex-direction: row-reverse;
        justify-content: start;
    }

    .btn-flip-start-txt {
        padding-top: 3px;
    }

}

@media screen and (min-width:1200px) and (max-width:1500px) {
    .btn-flip-start-txt, .btn-flip-struktur-txt {
        margin-left: 1rem;
    }
}

@media screen and (min-width:0px) and (max-width:1199px) {
    .btn-flip-start-txt, .btn-flip-struktur-txt {
        margin-left: 3rem;
    }
}

@media screen and (min-width:0px) and (max-width:1199px) {

    .btn-flip-struktur {
        flex-direction: row-reverse;
        justify-content: start;
    }

    .btn-flip-struktur-txt {
        padding-top: 3px;
    }
}



#posn-startseite-2 {
    position: absolute;
    right: 50%;
    bottom: 20%;
}

#posn-startseite-3 {
    position: absolute;
    right: 50%;
    bottom: 20%;
}

@media screen and (min-width:0px) and (max-width:1199px) {
   #posn-startseite-2 {
        position: unset;
    }

    #posn-startseite-3 {
        position: unset;
    }

}

#leistung-text p {
    width:80%;
}

@media screen and (min-width:0px) and (max-width: 1200px) {
    #leistung-text p {
        width:80%;
    }
}

.acc-red {
    font-size: var(--font-size-7);
    color:var(--color-red);
    font-family:var(--font-fam-1);
    margin-bottom: 0px !important;
    font-weight: 900;
    line-height: 55px;
}

@media screen and (min-width:0px) and (max-width: 900px) {
    .acc-red {
        line-height: 40px;
    }
}

#unternehmen-2007 #Ebene_1 {
    height: 50vh;
}

#unternehmen-2007 .st0 {
    fill: var(--color-red);
}

.acc-unternehmen .acc-red {
    margin-bottom: 0px;
}

.acc-quote .acc-red {
    margin-bottom: 0px;
    line-height: normal;
    font-weight: 800;
}


.acc-unternehmen .acc-red {
    position: relative;
    padding-top: 30px; /* Platz für den roten Strich */
  }
  
  .acc-unternehmen .acc-red::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;   /* Länge des Strichs */
    height: 8px;   /* Dicke */
    background-color: var(--color-red);
  }

.tp-bau-turned {
    font-size: 123px;
    font-weight: 900;
    rotate: -180deg;
    writing-mode: vertical-lr;
}

.tp-form label {
    	font-size: 1.5em;
        font-weight: 900;
        color: var(--color-blue);
        font-family: var(--font-fam-1);
}

.tp-form input, .tp-form textarea {
    background: #f5f4f4;
    border: none;
    border-radius: 0px;
    padding: 20px 20px;
    font-size: var(--font-size-8);
    margin-top: 15px;
    margin-bottom: 45px;
}

.tp-form .mandatory {
    color: var(--color-blue) !important;
}

#ctrl_4 {
    background: transparent;
    padding: 0;
}

.tp-form button {
    padding: var(--btn-padding-default);
	margin: var(--btn-margin-default);
	color: var(--color-white);
	background: var(--color-red);
	font-size: var(--font-size-3);
	font-family: var(--font-fam-2);
	z-index: var(--higher);
	letter-spacing: var(--letter-spacing-button);
	text-align: end;
	
	font-weight: bold;
	text-transform: uppercase;	
	position: relative;	
	border:none;
    border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	height: 150px;
    writing-mode: vertical-lr;
    rotate: 180deg;
}

.tp-form button:hover {
    background: var(--color-blue);
}

.tp-form input::file-selector-button {

    background: #f5f4f4;
    border: none;
    border-radius: 0px;
    color: #98a0ab;
    padding: 10px 20px !important;
    cursor: pointer;
}

#ctrl_5 {
    margin-left: 0px;
    margin-top: 0px;
}

.btn-align {
    margin-top: 7px !important;
}

.btn-align-2 {
    margin-top: 10px !important;
}

/* Standard: Medium anzeigen, XL verstecken */
#oversize-roof-m {
    display: block;
}

#oversize-roof-xl {
    display: none;
}

/* Nur bei sehr großen Screens XL anzeigen */
@media screen and (min-width: 1921px) {
    #oversize-roof-m {
        display: none;
    }

    #oversize-roof-xl {
        display: block;
    }

    .tpbau-footer-roof img {
	    margin-left:unset;
    }
}

.arrow {
    width: 20px; /* nach Bedarf anpassen */
    height: auto;
    float: right;
    rotate: 90deg;
    margin-top: 20px;
    transition: transform 0.3s ease;
}

@media screen and (min-width:0px) and (max-width:900px) {
    .arrow {
        margin-top: 10px;
    }
}

.tp-map {
    width:75%;
}

@media screen and (max-width:900px) {
    .tp-map {
        width:100%;
    }
}

.tp-boxes-gap section {
    margin-bottom: 30px;
}


/*use clamp*/



.leistung-set-mg {
    margin-top: -100px;
    margin-bottom: 60px
}

@media screen and (min-width:1200px) and (max-width:1514px) {
    .leistung-set-mg {
        margin-top: -30px;
    }
}

@media screen and (min-width:0px) and (max-width:1199px) {
    .leistung-set-mg {
        margin-top: 15px;
    }
}


.giant-letters-2 p {
    font-size: var(--font-size-4);
    font-weight: 900;
    font-family: var(--font-fam-1);
    color: var(--color-blue);
    z-index: var(--lower);
    margin-top: -75px;
    margin-bottom: 90px;
    caret-color: transparent;
    user-select: none;
    line-height: 1;
}

#posn-tp2 {
    float: right;
    position: relative;
    top: -350px;
    margin-bottom: -525px;
}

@media screen and (min-width:1200px) and (max-width:1649px) {
    #posn-tp2 {
        top: 0px;
        margin-bottom: -170px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1199px) {
    .giant-letters-2 p {
        font-size: 300px;
    }

    #posn-tp2 {
        top: 25px;
        margin-bottom: -120px;
    }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
    .giant-letters-2 p {
      font-size: 200px;
    }

    #posn-tp2 {
        top: 25px;
        margin-bottom: -120px;
    }

}



/* news */

.tp-news-box {
    width: 450px;
    height: fit-content;
}

.tp-news-box img {
    width: 450px;
}

.tp-news-text {
  width: fit-content;
  position: relative;
  top: -110px;
  left: 30px;
}
.tp-news-date {
    font-weight: 600;
    font-family: var(--font-fam-1);
}

.tp-news-headline {
    font-weight: 900;
    font-size: var(--font-size-7);
    color:var(--color-red);
    line-height: 55px;
    font-family: var(--font-fam-1);
}

.tp-news-headline-2 {
    font-weight: 900;
    font-size: var(--font-size-7);
    color:var(--color-blue);
    line-height: 55px;
    font-family: var(--font-fam-1);
}

.tp-news-btn {
    width: fit-content;
    position: relative;
    bottom: 185px;
    left: 365px;
}


#news-1 {
    transform: rotate(-2deg);
}

#news-2 {
    transform: rotate(1deg);
}

#news-3 {
    transform: rotate(6deg);
}

.thanks-red h2 {
    color: var(--color-red);
}

.tp-news-vid video {
    transform: rotate(-5deg);
    width: 450px;
}

.tp-news-vid figcaption {
        font-weight: 900;
    font-size: var(--font-size-7);
    color:var(--color-red);
    line-height: 55px;
    font-family: var(--font-fam-1);
    transform: rotate(-5deg);
    width: fit-content;
    position: relative;
    top: -115px;
    left: 40px;
}

/* news */

.video-wrapper {
  position: relative;
  width: 450px;
}

video {
  width: 100%;
}

#playBtn {
    position: absolute;
    top: 37%;
    left: 44%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: none;
    text-shadow: none;
    transform: rotate(-5deg);
}

#playBtn span {
  margin-left: 8px;
  margin-top: 5px;
}

@media screen and (min-width:0px) and (max-width: 499px) {
    .tp-news-vid video {
        width: 350px;
    }

    .tp-news-box img {
        width: 350px;
    }
    .tp-news-text {
        top: -90px;
        left: 25px;
    }

    .tp-news-btn {
        bottom: 160px;
        left: 260px;
    }
}


/* news */

/* Menu*/

@media screen and (min-width: 1450px) and (max-width:1866px) {
    .home-menu-mg {
        margin-top:-164px;
    }
}

@media screen and (min-width: 1256px) and (max-width:1449px) {
    .home-menu-mg {
        margin-top:-290px;
    }
}

@media screen and (min-width: 901px) and (max-width:1255px) {
    .home-menu-mg {
        margin-top:-452px;
    }
}

@media screen and (min-width: 697px) and (max-width:729px) {
    .home-menu-mg {
        margin-top:-2px;
    }
}

@media screen and (min-width: 561px) and (max-width:696px) {
    .home-menu-mg {
        margin-top:-165px;
    }
}

@media screen and (min-width: 536px) and (max-width:560px) {
    .home-menu-mg {
        margin-top:-165px;
    }
}

@media screen and (min-width: 462px) and (max-width:535px) {
    .home-menu-mg {
        margin-top:-290px;
    }
}

@media screen and (min-width: 0px) and (max-width:461px) {
    .home-menu-mg {
        margin-top:-456px;
    }
}

@media screen and (min-width: 591px) and (max-width:599px) {
    .tpbau-menu {
        right: -30px;
    }
}

@media screen and (min-width: 571px) and (max-width:590px) {
    .tpbau-menu { right: -29px; }
}

@media screen and (min-width: 551px) and (max-width:570px) {
    .tpbau-menu { right: -28px; }
}

@media screen and (min-width: 531px) and (max-width:550px) {
    .tpbau-menu { right: -27px; }
}

@media screen and (min-width: 511px) and (max-width:530px) {
    .tpbau-menu { right: -26px; }
}

@media screen and (min-width: 491px) and (max-width:510px) {
    .tpbau-menu { right: -25px; }
}

@media screen and (min-width: 471px) and (max-width:490px) {
    .tpbau-menu { right: -24px; }
}

@media screen and (min-width: 451px) and (max-width:470px) {
    .tpbau-menu { right: -23px; }
}

@media screen and (min-width: 431px) and (max-width:450px) {
    .tpbau-menu { right: -22px; }
}

@media screen and (min-width: 411px) and (max-width:430px) {
    .tpbau-menu { right: -21px; }
}

@media screen and (min-width: 391px) and (max-width:410px) {
    .tpbau-menu { right: -20px; }
}

@media screen and (min-width: 371px) and (max-width:390px) {
    .tpbau-menu { right: -19px; }
}

@media screen and (min-width: 351px) and (max-width:370px) {
    .tpbau-menu { right: -18px; }
}

@media screen and (min-width: 331px) and (max-width:350px) {
    .tpbau-menu { right: -17px; }
}


@media screen and (min-width:0px) and (max-width: 482px) {
    .tpbau-menu {
        padding-top: 200px;
    }
}

@media screen and (min-width:483px) and (max-width: 560px) {
    .tpbau-menu {
        padding-top: 35px;
    }
}

@media screen and (min-width:600px) and (max-width: 700px) {
    .tpbau-menu {
        padding-top: 120px;
    }
}

@media screen and (min-width:900px) and (max-width: 1255px) {
    .tpbau-menu {
        padding-top: 185px;
    }
}

@media screen and (min-width:1256px) and (max-width: 1700px) {
    .tpbau-menu {
        padding-top: 20px;
    }
}

@media screen and (min-width:0px) and (max-width:1673px) {
    #posn-leistung {
        bottom:0%;
    }
}


.rsts-skin-default .rsts-nav {
    right: 20px;
}

 #posn-farbe-2, #posn-farbe-4 {
    position: absolute;
    left: 50%;
    bottom: 20%;
}

#posn-farbe-1, #posn-farbe-3 {
    position: absolute;
    left: 0;
    bottom: 20%;
}

.p-start-w {
	width:65%;
}


@media screen and (min-width: 0px) and (max-width: 1500px) {
  #posn-farbe-1, #posn-farbe-2, #posn-farbe-3, #posn-farbe-4 {
    position: unset;
  }
}

.cc-btn {
  font-family: var(--font-fam-2);
}

.cc-footer .success {
	background: var(--color-blue) !important;
	color: var(--color-white) !important;
}

.cc-group, .cc-groups {
	font-family:var(--font-fam-2);
}