@charset "utf-8";
/* CSS Document */



@font-face {
font-family: 'Tw Cen MT';
src: url('../fonts/TCM_____.TTF');
src: url('../fonts/TCM_____.TTF') format('truetype'),
url('../fonts/TCM_____.TTF') format('truetype');
font-weight: normal;
font-style: normal;
} 


html,
body {
	margin:0;
	padding: 0;
	font-family: 'Tw Cen MT', Arial;
    font-size: 22px;
}

#myBtn {
  display: none; 
  position: fixed; 
  bottom: 10px; 
  right: 10px; 
  z-index: 99;
  border: none;
  outline: none; 
  background: transparent;
  cursor: pointer;
  padding: 10px; 
  border-radius: 10px; 
}

@media screen and (min-width:100px) and (max-width:1000px) {
    #myBtn {right: 0; }
   #myBtn img {width: 30px; height: 30px;}
} 

/*div, ul, li, p, h1, img, form {border: 2px solid red;}*/

div,
ul,
main,
header,
p {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

img {display: block;}
.flex {display: flex;}
.col {flex-direction: column;}
.row {flex-direction: row;}
.wrap {flex-wrap:  wrap;}
.center {justify-content: center;}
.between {justify-content: space-between;}
.around {justify-content: space-around;}
.start {justify-content: flex-start;}
.end {justify-content: flex-end;}

.mitte {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    max-width: 1500px;
}

@media screen and (min-width:100px) and (max-width:1000px) {
    .mitte {width: 90%;}
}

.mt-3 {margin-top: 3.0em;}
.mb-3 {margin-bottom: 3.0em;}
.mb-1 {margin-bottom: 1.5em;}

p, h3 {line-height: 1.5em;}

.justify {
    text-align: justify;
    hyphens: auto;
}

h2, h4 {color:#cbbe91;}
a {text-decoration: none;}

header {
    padding-top: 70px;
    background-image: url(../images/hintergrund-header.jpg); 
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
}

.kurz {
    background-image: url(../images/hintergrund-header-kurz.jpg);
    padding-bottom: 70px;
}

.icon-bar {
  position: fixed;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
    display: block; 
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
}

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

@media screen and (min-width:100px) and (max-width:765px) {
    .icon-bar {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        top: 20px;
        position: absolute;
    }
}

/*-----On Top--------*/

#onTop {
  display: block; 
  position: fixed; 
  bottom: 10px; 
  right: 10px; 
  z-index: 99;
  border: none;
  outline: none; 
  background: transparent;
  cursor: pointer;
  padding: 10px; 
  border-radius: 10px; 
}

/*-------------*/


nav {
    width: 100%;
    margin-top: 60px;
}

nav ul li, 
.menu-bottom ul li {
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
}

@media screen and (min-width:100px) and (max-width:1200px) {
    nav ul li {
    display: block;
    margin-bottom: 20px;
}
}

nav a {
   color: #cbbe91;
   font-weight: 600;
}

nav a:hover {color: #293742;}
.aktiv {text-decoration: underline;}
nav .login {border: 1px solid #cbbe91; padding: 2px 10px;}
nav .login:hover {border: 1px solid #293742;}

.flagge {
/*    display: inline-block;*/
    display: none;
    align-items: flex-end;}

.flagge img {    
    width: 20px;
    margin: 0;
    margin-right: 6px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #293742;
  min-width: 160px;
  padding-bottom: 15px;
  padding-right: 10px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #cbbe91;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #cbbe91;}
.dropdown:hover .dropdown-content {display: block;}

.dropdown-content .nav-sub-menu {
    margin-left: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 400;
}

@media screen and (min-width:100px) and (max-width:1200px) {
    .dropdown-content {
     display: block;
     margin-left: auto;
     margin-right: auto;
     float: none;
     z-index: 0;
     position: relative;
     width: 100%;
     background: none;
    }
    .dropdown-content a {text-align: center;}
} 

.mobil-nav {
    padding: 0 25px 30px 20px;
    display: none;
}

.mobil-flagge a {
    margin-left: 10px;
}

@media screen and (min-width:100px) and (max-width:1250px) {
    nav {display: none;}
    .mobil-nav {display: flex;}
}

.promo {
    margin-top: 280px;
    padding-bottom: 530px;
}

@media screen and (min-width:100px) and (max-width:600px) {
    .promo {
    margin-top: 120px;
    padding-bottom: 230px;
}
}

.promo h2 {
    color: #293742;
    line-height: 1.5em;
    margin-bottom: 1.8em;
    font-size: 1.2em;
}

.btn {width: 100px;}

.btn a {
    color: #293742;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #293742;
}

.btn a:hover {
    background-color: #293742;
    color: #fff;
}

.button {
    display: inline-block;
    color: #cbbe91;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #cbbe91;
    margin-top: 50px;
}

.button:hover {
    color: #293742;
    background-color: #cbbe91;
}

.dark {
    width: 100%;
    background-color: #070809;
    padding-top: 20px;
    padding-bottom: 20px;
}
.reihe {
    border-bottom: 1px solid #cbbe91;
    padding-bottom: 15px;
    margin-top: 80px;
}

.reihe-2 {
    border-top: 1px solid #cbbe91;
    padding-top: 15px;
}

.content-1 {width: 32%;}

@media screen and (min-width:100px) and (max-width:600px) {
    .content-1 {width: 100%;}
    .dark {padding-left: 10px; padding-right: 10px;}    
    .content-1 p {margin-bottom: 30px;}
}

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

.content-1 p,
.content-2 p,
.content-2 h3 {
    color: #cbbe91;
    font-size: 0.9em;
    
}

.content-2-img {
  width: 40%;
  height: 420px;
  background: url(../images/speak.jpg);
  background-size: cover;
  background-position: center;
}

.content-2-text {width: 60%;}
.grau {
    background-color: #343a3f;
    padding: 60px 40px;
}

@media screen and (min-width:100px) and (max-width:1847px) {
    .content-2 p {font-size: 0.80em;}
    .content-2 {width: 40%;}
    .content-2-text {width: 60%;}
}

@media screen and (min-width:100px) and (max-width:1640px) {
    .content-2-img {width: 50%;}
    .content-2-text {width: 50%;}
    .grau {padding: 30px 30px;}
}

@media screen and (min-width:100px) and (max-width:1380px) {
    .content-2-img {width: 40%;}
    .content-2-text {width: 60%;}
}


@media screen and (min-width:100px) and (max-width:1112px) {    
    .reihe-2 {width: 90%;}
    .content-2 {width: 100%; min-width: 100%;}
    .content-2 h3 {padding-top: 0;}
    .content-2-text {width: 100%;}
}

.projekte {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid #cbbe91;
}

.projekt {margin-bottom: 25px;}
.projekt img {width: 100%;}

.projekt p {
    color: #cbbe91;    
    font-size: 0.9em;
}

@media screen and (min-width:100px) and (max-width:850px) {
    .projekte {grid-template-columns: 40% 40%;}
}

@media screen and (min-width:100px) and (max-width:600px) {
    .projekte {grid-template-columns: 80%;}
}

.social_netz {
    margin-top: 50px;
    gap: 20px;
    height: 40px;
}

.social_netz a {
    width: 35px;
    height: 35px;
}

.social_netz img {
    width: 100%;
    height: 100%;
}

.social_netz a:hover {
    width: 40px;
    height: 40px;
}

@media screen and (min-width:100px) and (max-width:400px) {
    .social_netz {
    margin-top: 40px;
    gap: 10px;
}
}

.video {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.0em;
  margin-bottom: 2.5em;
}

@media screen and (min-width:100px) and (max-width:800px) {
    .video {width: 100%;}
}

footer {
    background-image: url(../images/hintergrund-bottom.jpg); 
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding-top: 100px;
    color: #cbbe91;
}

.contact h2 {margin-bottom: 2.0em;}
.contakt-form {width: 500px; margin-bottom: 2.0em;}

@media screen and (min-width:100px) and (max-width:600px) {
    .contakt-form {width: 80%;}
}
.btn-form {
    width: 100px;
    margin-top: 1.8em;
    margin-bottom: 6.0em;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #293742;
    font-family: 'Tw Cen MT', Arial;
    font-size: 1.0em;
}

.btn-form:hover {color: rgba(203,190,145,0.3);}
.contact {margin-bottom: 5.0em;}
.line-v {margin-top: 4.0em;}

.line-foot {
    width: 50%;
    height: 1px;
    background-color: #cbbe91;
}

.v {
    margin-right: 3px;
    margin-left: 3px;
    transform: translate(0, -13px);
}

.foot {
    width: 50%;
    color: #fff;
    margin-bottom: 2.0em;
    font-size: 0.9em;
}

.foot a {color: #cbbe91;}
.menu-bottom ul {float: right;}

@media screen and (min-width:100px) and (max-width:600px) {
    .foot {width: 100%;}    
    .menu-bottom ul {float: left; padding-left: 0;}
    .menu-bottom ul li {margin-left: 0;}   
}

.menu-bottom a {
    color: #fff;
    font-size: 1.0em;
}

.login-footer {border: 1px solid #fff; padding: 2px 10px;}

.foot a:hover {text-decoration: underline;}

@media screen and (min-width:100px) and (max-width:600px) {
    .foot p {font-size: 0.9em;}
}

/*impressum*/

.impressum p a,
.impressum h2
{color: #cbbe91;
font-size: 1.2em;}

@media screen and (min-width:100px) and (max-width:600px) {
    .grau {padding: 25px;}
}

/*über uns*/

li {
    color: #cbbe91;
    font-size: 0.9em;
    }
.info>h3 {padding: 0;}

.line-2 {
    color:#cbbe91;
    width: 100%;
    height: 0.3px;
    }

/* partner*/

.btn-1 a {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #293742;
    background: rgba(203,190,145,0.5);
    font-size: 1.0em;
}

.btn-1 a:hover {color: rgba(203,190,145,0.3);}

/*immobilien anbieten*/
    
.immo input,
.immo textarea
{color:#070809;}

/*Objekte*/

.pdf {
    padding: 10px 30px;
    text-transform: uppercase;
    background: rgba(203,190,145,0.5);
    font-size: 0.9em;
}

.pdf img,
.pdf p {
    margin-right: auto;
    margin-left: auto;
}

.pdf p {color: #293742;}
.pdf p:hover {color: rgba(203,190,145,0.3);}
.pdf img {width: 50px;}


/*Team*/

.team {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    gap: 50px;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.member img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.member {align-items: center;}

.member .name {
    font-size: 1.1em; 
    text-align: center; 
    line-height: 1.1em;
}

@media screen and (min-width:100px) and (max-width:1650px) {
    .team {grid-template-columns: 30% 30% 30%;}
}

@media screen and (min-width:100px) and (max-width:1000px) {
    .team {grid-template-columns: 35% 35%;}
}

@media screen and (min-width:100px) and (max-width:700px) {
    .team {grid-template-columns: 35% 35%;}
}

@media screen and (min-width:100px) and (max-width:440px) {
    .team {grid-template-columns: 58%;}
}




