
::-webkit-scrollbar{
    display: none;
}
*{
    margin: 0;
    padding: 0; 
    box-sizing: border-box;  
}

html, body{    
    height: 100%;
    
}
body{
   /*overflow-y: hidden;*/ /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
/* ANCHOR Colors*/
body{
    --color-black: #000;
    --color-white: #fff;
    --color-green:#025772;
    --color-darkgreen: #5d7177;
    --color-grey: #333;
    --color-darkgrey: #494949;
    --color-rot: crimson;
    --color-blau: #0b5ba7;
    --color-sand: #f3d1a9;
    --color-gold:#96805d;   
}
/* ANCHOR Text Style*/
a{
    text-decoration: none;
}
li{
    list-style-type: none;
}
h1, h2, h3, h4, a, label{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    /*color: var(--color-darkgrey);*/
}
h2{
    color: var(--color-darkgreen);
    font-weight: bold;
    text-transform: uppercase;
}

h2:hover{
    font-size: 200%;
    transition: 0.5s;
}
h3{
    font-size: 1.1em;
    margin-top: 10%;
    margin-bottom: 10%;
}
p{
    font-size: 20px;
    margin-top: 10%;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    /*color: var(--color-darkgrey);*/
}
.svg{
    width: 40px;
    height: 40px;
}

/* Button */

/*.cta {
	display: inline-block;
	padding: 10px 30px;
	color: var(--color-black);
	background-color: transparent;
	border: 2px solid var(--color-rot);
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 30px;
	transition: 0.3s ease;
	transition-property: background-color, color;
    border-radius: 15px;
}
.cta:hover {
	color: var(--color-white);
	background-color: var(--color-rot);
}*/
.button{
    width: 250px;
    height: 50px;
    color: #000;
    background-color: var(--color-white);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
}
.button:hover{
    background-color: var(--color-sand);  
    border: 2px white solid;
}
/* ANCHOR Header*/
/*  header  */

header{
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    background: var(--color-white);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    padding: 20px 7%;
    display: flex;
    align-items: center;
    /* bringt die beiden Flexitems auf Abstand  */
    justify-content: space-between;
    /*border-top: 35px solid var(--color-blau);*/
    z-index: 900;
}
header img{    
    width: 300px;
}

header .navbar ul{
    list-style: none;
}
header .navbar ul a li{
    position: relative;
    float: left;
}
header .navbar ul a li{
    font-size: 20px;
    padding: 20px;
    color: var(--color-grey);
    display: block;
}
header .navbar ul a:hover li {
    background-color: var(--color-sand);
    color: var(--color-darkgrey);    
}
/* ANCHOR Banner*/
/* home */
.container_1{
    background-color: var(--color-sand);
    width: 100%;
    height: auto;
    
}
.banner_1{
    position: relative; 
    width: 100%;
    margin: 0 auto;
    
}
 .banner_1 img{
    width: 100%;  
    opacity: 1;
}
.heading_1{
    color: var(--color-white); 
    font-weight:bold; 
    position:absolute; 
    top: 30%; 
    width: 100%; 
    left: 5%;
    text-align: left; 
    font-size: 3rem;
}
.blue{
    color: var(--color-blau);
    font-family: 'permanent_markerregular', 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 70px;
}
.heading_2{
    color: var(--color-white); 
    position: absolute; 
    top: 85%; 
    width: 100%;
    left: 10%; 
    text-align: left; 
    font-size: 2rem;}

/* KONTAKT  */

.container_2{
    width: 100%;
    height: 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--color-darkgrey);
    border-top: 2px solid var(--color-darkgrey); 
    color: var(--color-white);
    
    /* bringt die beiden Flexitems auf Abstand  */
    /*justify-content: space-between;*/
}

.teaser{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.team-box{
    width: 100%;
    background-color: var(--color-sand);

        & img{
            width: 100%;
        }

        & p{
            text-align: center;
            font-size: 20px;
            margin-top: 2%;
            padding: 15px;
            font-family: 'Poppins', sans-serif;
            
        }
    }
.recht{
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
/* angebotene Leistungen*/
.angebot{
    width: 100%;
    height: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    margin: 0px 0 5px 0;
    background-color: var(--color-sand);
    border-top: 0px solid var(--color-white); 
    align-items: center;
}
.angebot_1, .angebot_2{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.angebot_1, .angebot_2, ul li{
    list-style-type: disc;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.angebot_2{
    background-color: var(--color-darkgrey);
    color: var(--color-white);
}
.angebot_2 h2{
    color: var(--color-white);
}


.container_ziele{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
   /* align-items: center;*/
    justify-content: space-between;
    padding: 2% 0 2% 0;
    /*background-color: var(--color-green);*/
    color: var(--color-white);
    
}
.ziele h2{
    background-color: var(--color-white);
    color: #000;
}
figure{
    margin: 0 5px 0 15px;
    -webkit-box-shadow: -2px 2px 12px 5px rgba(125,125,125,0.84); 
box-shadow: -2px 2px 12px 5px rgba(125,125,125,0.84);
-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
figure:hover{
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}
.container_ziele .container_img figure figcaption h2{
    color: var(--color-white);
    text-align: center;
    padding: 2% 0;
}

.container_text{
    width: 50%; 
    padding: 10%;
    text-align: center;
    font-size: 15px ;
    color: var(--color-white);      
}
.container_img{
    display: grid;
    place-items: center;
    padding: 15px; 
}

.container_img img{ 
    width: 100%;   
    height: auto;
}
/*.list{
    padding-left: 15px;
    list-style-type: disc; 
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: var(--color-darkgrey);
   
}*/

/* Ziel*/
.container_3{
    width: 100%;
    height: auto;
    margin: 0 auto;
    align-items: left;
    border-top: 2px solid var(--color-grey);
}
.container_3 h1{
    padding: 35px 0;
}
.container_3 h2{
    padding: 35px 0;
    background-color: var(--color-green);
}
.container_3 h2 .ziele{
    background-color: var(--color-white);
    color: #000;
}

/*.summary summary
{
  font-weight: bold;
 margin-bottom: 1%;
}
.summary h2{
    background-color: var(--color-green);
    color: var(--color-white);
    padding: 1%;
    margin-bottom: 10px;
}
.summary h2:hover{
    background-color: #3a9fbe;
    cursor: pointer;
}
.summary p{
    margin: 1% 0;
}

details > summary {
    list-style-type: none;
}

details > summary::-webkit-details-marker {
    display: none;
}
i.fas.fa-chevron-down {
    font-size: 20px;
    margin-top: 20px;
    opacity: 1;
    color: var(--color-white);
}*/

/* 3 Felder*/
/*.container_4{
    width: 100%;
    height: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    margin: 60px 0 60px 0;
    background-color: var(--color-sand);
    border-top: 10px solid var(--color-white); 
}
.container_mitte, .container_links, .container_rechts{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 100%;
    
}

.container_mitte{
    background-color: var(--color-darkgrey);
    
}

.container_mitte h2{
    background-color: var(--color-darkgrey);
    color: var(--color-white);
    
}*/
/* footer */

footer{
    background: var(--color-darkgrey);
    color: #fff;
    display: flex;
    flex-direction: row;
    margin-bottom: 2%;
}
footer h2{
  font-size: 1.2em;
  text-align: center;
  padding: 15px 0 0 20px;
}
footer p{
    font-size: 1em;
    padding: 15px;
}
.links{
  flex: 1;
  background: var(--color-darkgrey);
  border: solid 2px var(--color-darkgrey);
}
.rechts{
  flex: 1;
  background: var(--color-darkgrey);
  border: solid 2px var(--color-darkgrey);
}
.footer-l{
  background: var(--color-darkgrey);
  flex: 3;
  text-align: center;
  border: solid 2px var(--color-darkgrey);
}
.footer-l a{
  color: #fff;
}
.footer-r a{
    color: #fff; 
}
.footer-r{
  flex: 3;
  text-align: center;
  border: solid 2px var(--color-darkgrey);
  color: #fff;
}
/* ANCHOR media 950px*/
/* Media Queries */

/* Tablet */
@media only screen and (max-width:950px){

    header{       
        flex-direction: column;
        position: relative;        
    }
    .heading_1{
        color: var(--color-white); 
        font-weight:bold; 
        position:absolute; 
        top: 50%; 
        width: 100%; 
        left: 10%;
        text-align: left; 
        font-size: 1.5rem;
        
    }   
    .blue{
        color: var(--color-blau);
        font-family: 'permanent_markerregular', 'Poppins', Arial, Helvetica, sans-serif;
        font-size: 35px;
    } 
    
    .container_2, .container_4{
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;    
        border-top: 2px solid var(--color-sand);
        /* bringt die beiden Flexitems auf Abstand  */
        /*justify-content: space-between;*/
    }
    

    .angebot{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        margin: 0px 0 0px 0;
        background-color: var(--color-sand);
        border-top: 0px solid var(--color-white); 
        align-items: center;
    }
    .angebot_1{
        display: flex ;
        align-items: center;
        justify-content: center;
        width: 100%;
        /*height: 400px;*/
        padding: 20px 0 20px 0;
    }
    .angebot_1 h2{
        font-size: 1em;
    }
    .angebot_1 li{
        font-size: 0.8em;
    }
    .angebot_1 a li{
        font-size: 1em;
    }
    .angebot_2{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        /*height: 400px;*/
        padding: 20px 0 20px 0;
        border-bottom: 2px solid #fff;
    }
    .angebot_2 h2{
        font-size: 1em;
    }
    .angebot_2 li{
        font-size: 0.8em;
    }
    .angebot_2 a li{
        font-size: 1em;
    }
     .breite{
        width: 350px;
        padding: 0 0 0 50px;
    }
    
    .container_ziele{
        display: flex;        
        flex-direction: column;
        align-items: center;
        padding: 2% 0 2% 0; 
        background-color: var(--color-white);       
    }
   
    .container_img{
        width: 100%;
       /* height: 300px;*/
        margin-top: 2%;
        margin-bottom: 2%; 
        color: #fff;      
    }
    
    .container_ziele, .container_img img{
        width: 100%;
        height: auto;
    }
    .container_img figure{ 
        width: 100%;   
        height: auto;
        margin-top: 50px;  
    }
    /*Hover aufheben*/
    .disabled {
        pointer-events: none;
      }
    /*.summary h2{
        background-color: var(--color-green);
        color: var(--color-white);
        padding: 1%;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .summary p{
        margin: 1% 0;
        font-size: 18px;
    }*/
    /*footer */
    footer{
        display: flex;
        flex-direction: column;
    }
    .rechts, .links{
        display: none;
      }
      .footer-l{
        border-bottom: solid 2px #fff;
      }
}
/* ANCHOR media 550px*/
@media only screen and (max-width:550px){
    .container_2{
        display: flex;
        flex-direction: column;
        /*background-color: aqua;*/
        width: 100%;
        height: auto;
    }
    .container_text{
        width: 50%;
        height: 180px;
        padding: 0%;
    }
    .container_text p{
        font-size: 18px;
    }

    .container_img figure{ 
        width: 80%;   
        height: auto;
        margin-top: 50px;  
    }  

}


 