/*===== Header-Pics =====*/

.pic_loc,.pic_current,.pic_cam,.pic_sat,
.pic_about,.pic_tec,.pic_form,.pic_dsgvo{
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: cover;
    box-shadow: 0 0 10px #343a40;
}

.pic_loc{
    background-image: url(../images-min/Wattenberg_von_NW-min.JPG);
}
.pic_current{
    background-image: url(../images-min/sky_window-min.JPG);
}

.pic_cam{
    background-image: url(../Images/cloud-shiny.jpg);
    background-position: center;
}

.pic_sat{
    background-image: url(../Images/iss-cloud.jpg);
}

.pic_about{
    background-image: url(../images-min/haus-suedansicht.jpeg);
    background-position: center bottom;
} 

.pic_tec{
    background-image: url(../Images/Hygrometer.jpg);
    background-position: center center;
}

.pic_form{
    background-image: url(../images-min/lost_postbox.jpg);
}

.pic_dsgvo{
    background-image: url
}

/* ===== Slider =====*/

#place1,#place2,#place3,#place4{
    background-position: center center;
    height: 600px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#place1{
    background-image: url(../images-min/hundskopf.gif);
}

#place2{
    background-image: url(../images-min/snow_tree.gif);
    background-position: center bottom;
}
 
#place3{
    background-image: url(../Images/nordkette_2019.gif);
    background-position: center bottom;
}

#place4{
    background-image: url(../images-min/joergen_ast.gif);
    background-position: center bottom;
}

.carousel-inner{
    box-shadow: 0 0 10px #343a40;  
} 


/* ===== Slider End =====*/

/* ===== index =====*/

.icon{
    width: 100%;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    height: auto;
    background: #343a40;
    color: #fff;
    border-top-color: #ffa500;
    border-top-style: outset;
    border-top-width: 4px;
}

.icon:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: inherit;
    top: 5px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform-origin: top left;
    transform: skewY(4deg);
    z-index: -1;
    border-bottom-color: #ffa500;
    border-bottom-style: inset;
    border-bottom-width: 4px;
}

.icon a{
    color: inherit;
    
}

.text-box-circle-left,.text-box-circle-mid,.text-box-circle-right{
    display: inline-block;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
    margin: 50px;
}

.text-box-circle-left i,.text-box-circle-mid i,.text-box-circle-right i{
    padding: 20px;
    font-size: 30px;
    border: dotted;
    border-radius: 50% 50%;
    margin-bottom: 40px;
}

.text-box-circle-left i:hover,.text-box-circle-mid i:hover,
.text-box-circle-right i:hover{
    border: solid;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    color: #ffa500;
}

.aktuell{
    margin-bottom: 60px;
}

.background { 
    background-image: url('../images-min/glotzen-min_schnitt.png');
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -10;
}

.layer {
    background-color: rgba(255,255,255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.info-box{
    width: 100%;
    text-align: center; 
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    height: 120px;
    background: #343a40;
    color: #fff;
}

.info-box:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: inherit;
    top: -5px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform-origin: top right;
    transform: skewY(4deg);
    z-index: -1;
    border-top: 4px solid #ffa500;
}

#impressum-text{
    position: relative;
    top: 50%;
    left: 20%;
    z-index: 12;
}

#impressum-text p{
    text-align: left; 
}

#impressum-text a:hover{
    text-decoration: underline;
}

/* ===== current =====*/

.custom-mobile{
    display: none;
}

.current{
    width: 100%;
    text-align: center;  
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 80px;
    position: relative;
    height: auto;
    background: #343a40;
    border-top: outset 4px #ffa500;
}

.current:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: inherit;
    top: 5px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 400px;
    z-index: -1;
    border-bottom-color: #ffa500;
    border-bottom-style: inset;
    border-bottom-width: 4px;
    transform-origin: top left;
    transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
    -o-transform: skewY(4deg);
} 

.current p,.current-wind p{
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}

.line-top,.line-mid,.line-bottom{
    padding: 5px;
    box-sizing: border-box;
}

.current-box-left,.current-box-mid,.current-box-right{
    display: inline-block;
    margin: 5px;
}

.sensor{
    padding: 30px;
}

.bg-current{
    background-image: url('../images-min/glotzen-min_schnitt.png');
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}

.layer {
    background-color: rgba(255,255,255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.layer p{
    position: relative;
    top: 50%;
    text-align: center;
    width: 100%;
    font-weight: 400;
    z-index: 99;
}

.wind{
    top: 30%;
    position: relative;
    padding: 30px;
    z-index: 10;
    text-align: center;
    margin: 60px 0;
}

.windyty{
    width: 100%;
    text-align: center;
    margin-bottom: -7px;
    z-index: 0;
}


 
/* ===== Location =====*/

.loc{
    padding: 30px;
}

.pics{
    text-align: center;
    padding: 30px; 
    z-index: 10;
    position: relative;
    top: 30%;
}

.pics img{
    width: 300px;
    padding: 10px; 
    margin-right: 20px;
    margin-left: 20px;
    box-shadow: 1px 1px 5px;
}

.maps{
    width: 100%;
    text-align: center;
}

.maps iframe{
    width: 100%;
    margin-bottom: -7px;
}

/* ===== Cam =====*/

.webcam-p{
    width: inherit;
}

.webcam{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.webcam-box-left,.webcam-box-right{
    display: inline-block;
    max-width: 480px;
    height: 400px;
  
}

.webcam img{
    width: 100%;
    height: 100%;
    margin: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 3px gray;
    padding: 5px;
}

/* ===== Sat =====*/

.sat-top{
    width: 100%; 
    padding: 30px;
    box-sizing: border-box;
}

.cloud-radar,.radar,.overview{
    width: 450px;
    display: inline-block; 
    margin: 30px;
}

.sat-top img{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 3px #343a40;
    border-radius: 5px;
}

/* ===== about =====*/

.text-box-1{
    color: inherit;
    text-align: left;
}

.text-box-1 img,.loc img{
    float: right;
    margin-right: 20px;
    box-sizing: content-box;
    padding-left: 20px; 
}

.text-box-2{
    width: 100%;
    text-align: left;  
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 80px;
    position: relative;
    height: auto;
    background: #343a40;
    border-top: outset 4px #ffa500;
    color: #fff;
}

.text-box-2:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: inherit;
    top: 5px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 400px;
    z-index: -1;
    border-bottom-color: #ffa500;
    border-bottom-style: inset;
    border-bottom-width: 4px;
    transform-origin: top left;
    transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
    -o-transform: skewY(4deg);
} 

.imker{
    text-align: center;
    padding: 30px; 
    z-index: 10;
    position: relative;
    top: 30%;

}

.imker img{
    width: 300px;
    height: 200px;
    padding: 10px; 
    margin-right: 20px;
    margin-left: 20px;
    box-shadow: 1px 1px 5px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

/* ===== Tec =====*/

.main-card{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
}

.card{
    display: inline-block;
    width: 16rem !important;
    margin: 10px;
}

.card-img-top{
    width: 200px;
    height: 200px;
    padding-top: 5px;
}

/* ===== contact =====*/

.form{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
}

.form p{
    font-weight: 400;
}


/* ===== impressum =====*/

.content{
    text-align: left;
    color: #343a40;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}