/*
Name: touren-style.css
Description: CSS-Datei für Ulli' s Webseite (Touren)
Version: 1.0
*/

/* ################# STANDARDEINSTELLUNGEN ################# */

body {
    font-family: calibri, sans-serif;
    background-color: #e3e3e3;
}
h1, p {
    margin: 0;
}

/* ################# HEADER ################# */

/* Header ----------- */
header {
    width: 100%;
    background-image: url(../grafik/back.png);
    }

header .flex-box-sm {
    height: 60px;
    align-items: center;
}

/* Logo ----------- */
header .logo img {
    height: 130px;
    width: auto;
    padding-top: 100px
}

/* Menü - Button ----------- */
header .menu .menu-button {
    display: none;
}

/* Menü ------------*/
header .menu {
    font-size: 18px;
    text-align: right;
}

header .menu ul li{
    list-style: none;
    display: inline;
    margin: 0 0 0 35px;
}
header .menu ul li:first-child {
    margin: 0;
}
header .menu ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 300ms;
    position: relative;
    top: 0;
}
header .menu ul li a:hover {
    top: 1px;
    color:#00ff62;
}

/* ################# BANNER UND INHALT ################# */

/* Banner ----------- */
.banner {
    width: 100%;
    height: 500px;
    background-image: url(../images/stilfser.jpg); /*muss angepasst werden*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;  
}

.banner .overlay {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(227, 227, 227, 0.01) 70%, rgba(227, 227, 227, 0.97) 100%);
   }

/* Inhalt ----------- */
.inhalt .flex-box-sm {
    background-color: #ffffff;
    margin: -150px 15px 15px 15px;
    padding: 15px 15px 30px 15px;
    width: auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.26);
}

.banner h1 {
    text-align: center;
    color: #ffffff;
    font-size: 3.2em;
    font-family: britannic;
    font-style: italic;
    font-weight: bold;
    text-shadow: 5px 5px 10px #000000;
    padding-top: 180px;
    
}

.banner h2 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: sans-serif;
    padding-top: 0.1em;
    text-shadow: 5px 5px 10px #000000;
}

.inhalt p {
    text-align: justify;
    padding-top: 0.5em;
    color: #71716b;
    line-height: 1.2;
}

h3 {
    color: #000000;
    font-size: 1.5em;
    margin-top: 2.0em;
    text-shadow: 1px 1px 1px #d3d3ce;
}

h4 {
    color:#fff;
    text-shadow: 3px 2px 5px #000000;
    border-style: solid;
    border-width: 0.12em;
    border-color: #000000;
    border-radius: 0 0.5em 0.5em;
    padding: 0.3em;
    background-color: #888080;
}

h5 {
    font-size: 1.1em;
    text-decoration: underline;
    font-family: cursive;    
    text-align: center;
    color: #6aac2a;
    margin-top: 2em;
}

h6 {
    color:rgb(255, 255, 255);
    text-shadow: 3px 2px 5px #000000;
    border-style: solid;
    border-width: 0.2em;
    border-color: #000000;
    border-radius: 0 0.5em 0.5em;
    padding: 10px;
    background-color: #888080;
    text-align: center;
    font-size: 0em;
    margin: 60px 0 40px 0;
}

/* ###############   Sprungmarken   #############  */

.ancor {
    font-size: 1.1em;
    font-weight: 800;
    color: #888080;
}

.linie {
    background-color: #888080;
    height: 1.0em;
    border-radius: 0 0.3em 0.3em;
    margin: 2em 0 .5em .1em;
    
}

/*   ################  Liste    ################  */

.liste {
    list-style-type: none;
    padding: 1em 0 0 1em;
}


/*   ###########################################   */

.karte img{
    position: relative;
    height: 26em;
    width: auto;
    float: left;
    padding: .5em 1em 0.5em 0;
    filter: drop-shadow(5px 5px 5px gray);
      
}

svg {
    height: 18px;
    margin: 0 0 -0.12em 0.3em;
}

#pfeil1, #pfeil2, #pfeil3, #pfeil4, #pfeil5 {
    fill: #7fff00;
}

#ecke1, #ecke2, #ecke3, #ecke4, #ecke5 {
    fill: #000000;
}

#pfeil1:hover,
    focus {
    fill: #ffc02d;
}
#ecke1:hover,
    focus {       
    fill: #ffc02d;
}

#pfeil2:hover,
    focus {
    fill: #ffc02d;
}
#ecke2:hover,
    focus {       
    fill: #ffc02d;
}

#pfeil3:hover,
    focus {
    fill: #ffc02d;
}
#ecke3:hover,
    focus {       
    fill: #ffc02d;
}

#pfeil4:hover,
    focus {
    fill: #ffc02d;
}
#ecke4:hover,
    focus {       
    fill: #ffc02d;
}

#pfeil5:hover,
    focus {
    fill: #ffc02d;
}
#ecke5:hover,
    focus {       
    fill: #ffc02d;
}

/* #############  Bilder  ############### */

/* #####  Schwarzwald   ### */

.sw_01 {
    position: relative;
    height: 150px;
    width: auto;
    filter: drop-shadow(5px 5px 5px gray);
    float: right;
    margin: .5em .2em 0.3em .8em;
}

.sw_02 {
    position: relative;
    height: 50px;
    filter: drop-shadow(5px 5px 5px gray);
    float: left;
    margin: .8em 1.2em 0.3em 0;

}

.sw_01 span, .sw_02 span {
    display: block;
    background-color: rgba(191, 191, 191, 0.44);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    
}

.gallery_sw {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    color: #71716b;
    margin: 30px 0 35px 0;
    text-align: center;
        
}

.gallery_sw, figure, figcaption {
    margin: 0;
    padding: 0;
}

.gallery_sw, figcaption {
    grid-column: 1 / -1;
}

.gallery_sw figure img {
    display: block;
	width: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    
}

.gallery_sw figure {
    position: relative;
    /*color: black;*/
    /*background: white;*/
}

.gallery_sw figure figcaption {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    background: rgba(191, 191, 191, 0.44);
}

/*  ############     Stilfserjoch      #############   */

.stelvio img {
    position: relative;
    height: 10em;
    width: auto;
    filter: drop-shadow(5px 5px 5px gray);
    float: left;
    margin: 0.8em 0.8em 0 0;
}

.galeriestelvio {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin: 2.5em 0 8em 0;
    
}

.galeriestelvio img {
    filter: drop-shadow(5px 5px 5px gray);
    border-radius: 1.8em;
}




.welcome {
    position: relative;
    height: 150px;
    width: auto;
    filter: drop-shadow(5px 5px 5px gray);
    float: left;
    margin: .8em 1.2em 0 0;
}

#iommap {
    height: 415px;
    width: 300px;
    float: right;
    margin: .8em .2em 1.0em .8em;
    border: 4px outset;
    border-color: chartreuse;
    }

#ldgmap {
    height: 415px;
    width: 300px;
    float: left;
    margin: .8em 1.0em 0.8em .0em;
    border: 4px outset;
    border-color: chartreuse;
    }

.iom_pound {
    position: relative;
    height: 125px;
    width: auto;
    filter: drop-shadow(5px 5px 5px gray);
    float: left;
    margin: .8em 1.2em 0.3em 0;
}

.iom_pound span {
    display: block;
    background-color: rgba(191, 191, 191, 0.69);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/*------------- Gallery IOM----------*/

        
.iomgallery, figure, figcaption {
    margin: 0;
    padding: 0;
}

.iomgallery, figcaption {
    grid-column: 1 / -1;
}

.iomgallery, figure, img {
    display: block;
	width: 100%;
    /*padding: 10px 10px 10px 10px;*/
    
}

.iomgallery img {
    /* filter: drop-shadow(5px 5px 5px gray); */
    border-radius: .8em;
    width: 100%;
}

.iomgallery {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));*/
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin: 3em auto 3em auto;
    grid-column-gap: 2.0em;
    grid-row-gap: 2.0em;
    color: #71716b;
    /*margin: 30px 0 35px 0;*/
    text-align: center;
}

.iomgallery figure {
    position: relative;
    transition: all 0.65s ease-out;
    margin: 0;
    }

.iomgallery figure figcaption {
    position: absolute;
    top: .01em;
    color: white;
    width: 100%;
    font-size: 1.2em;
    background: rgba(191, 191, 191, 0.44);
    border-radius: .8em .8em 0 0;
}

.iomgallery figure:nth-child(6n-2) {
	transform: rotate(-2.5deg);
}

.iomgallery figure:nth-child(7n) {
	transform: rotate(3.5deg);
}

.iomgallery figure:hover,
.iomgallery figure:focus {
    transform: rotate(0deg) scale(2.5);
    position: relative;
    outline: none;
    z-index: 1;
    display: block;
}

.iomgallery figure:nth-child(3n):hover {
    margin-left: -15em;
}

.iomgallery figure:nth-child(3n+1):hover {
    margin-left: 15em;
}

.iomgallery img::after {
	clear: both;
	content: " ";
	display: block;
}

.ueberschrift {
    font-size: 1.35em;
    font-weight: bold;
    color: #71716b;
    margin: 2.8em auto 1.0em 0;

}

aside ul {
    list-style: none;
    font-size: 1.1em;
    line-height: 1.4em;
    border: solid;
    background-color: chartreuse;
    display: table;
    min-width: 14em;
    padding: 0.5em;
    margin-bottom: 3em;
}

aside a {
   text-decoration: none;
    color: #ffffff;
}

aside a:hover {
   text-decoration: underline;
}

.iom_spruch {
    text-align: center;
    margin: 2em;
    font-size: 1.6em;
    font-weight: bold;
    font-style: oblique;
    font-family: cursive;
}

.ende {
    font-size: 1.5em;
    font-weight: bold;
    color: #71716b;
    margin: 1.5em auto 0em 0;
    text-decoration: underline;
}

ul.anreise {
    list-style-position:inside;
    color: #71716b;
    margin-top: 10px;
    
}

.torbole {
    border-style: solid outset;
    margin: .8em 0 .8em .8em;
    border-width: .6em;
    border-color: lightgray;
    width: 285px;
    height: 160px;
    float: right;
}

.standbild {
    width: 285px;
    height: 160px;
}

/*  ###### Bilder Lago del Garda ###### */ 

.ldg {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)); */
    grid-template-columns: 25% 25% 25%;
    justify-content: center;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    color: #71716b;
    margin: 5em 0 5em 0;
    text-align: center;
    
}


.ldg figure figcaption {
    margin: 0;
    padding: 0;
}

.ldg figcaption {
    grid-column: 1 / -1;
}

.ldg figure img {
    display: block;
	width: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    border-radius: 1em 1em 1em 0;
}

.ldg figure {
    position: relative;
    /*color: black;*/
    /*background: white;*/
}

.ldg figure figcaption {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    background: rgba(191, 191, 191, 0.44);
} 

/* ######## Monte Baldo ########## */

.montebaldo {
    border-style: solid outset;
    margin: .7em .8em .8em 0;
    border-width: .6em;
    border-color: lightgray;
    width: 285px;
    height: 160px;
    float: left;
}

.mbstandbild {
    width: 285px;
    height: 160px;
}


.monte {
    width: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    margin: 5em 0 5em 0;
}

.monte span {
    color: #fff;
    font-size: 1.1em;
    display: block;
    background-color: rgba(191, 191, 191, 0.44);
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
    text-align: center;
  
}

.monte img {
    height: 350px;
    width: 100%;    
}

/* #########  IDRO  ############## */

.idro {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    color: #71716b;
    margin: 5em 0 5em 0;
    text-align: center;
    width: 100%;
    
}

.idro figure figcaption {
    margin: 0;
    padding: 0;
}

.idro, figcaption {
    grid-column: 1 / -1;
}

.idro figure img {
    display: block;
	width: 100%;
    filter: drop-shadow(5px 5px 5px gray);
    border-radius: 1em 1em 1em 0;
        
}

.idro figure {
    position: relative;
    margin: 0;
    /*color: black;*/
    /*background: white;*/
}

.idro figure figcaption {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    background: rgba(191, 191, 191, 0.44);
} 

/* ########   Tremosine und Brasa-Schlucht ####### */

.brasa {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
    grid-gap: 2.0em;
    grid-auto-flow: dense;
    margin: 5em 0 2em 0;
    text-align: center;
}

.brasa figure {
    margin: 0; /* figure hat sonst einen browsereigenen Abstand! */
    position: relative;
    
}

.brasa figure.landscape {
    grid-column-end: span 2;
}

.brasa figure.schauder {
    grid-column-end: span 5;
    width: auto;
}

.brasa figure img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 1em 1em 1em 0;
    filter: drop-shadow(5px 5px 5px gray);
    
}

.brasa figure figcaption {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    background: rgba(191, 191, 191, 0.8);
    
}

table, th, td {
    margin-top: 3em;
    border-top: thin solid;
    border-bottom: thin solid;
    border-color: blue;
    border-collapse: collapse;
    table-layout: auto;
    
}

caption {
    border-top: thin solid;
    border-top-color: blue;
    font-size: 1.3em;
    font-weight: 800;background-color: #e3e3e3;
    padding: .2em
     
}

th,td {
    padding: .3em .6em;
    color: #71716b;
}

tbody tr:nth-child(even) td {
	background-color:#e3e3e3;
	color: #71716b;
    
}

/* ################ GROßGLOCKNER ######### */

.ggop {
    font-size: 1.1em;
    font-style: italic;
    font-weight: 600;
    margin-top: .2em;
    }

.glockner img {
    position: relative;
    height: 300px;
    width: auto;
    float: left;
    clip-path: ellipse(130px 160px at 120px 160px);
    shape-outside: ellipse();
}

.gglockner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 1.0em;
    grid-auto-flow: dense;
	
}

.gglockner figure {
    /*border: solid .3em;*/
    position: relative;
    margin: 0;
}

figure.pano {
    grid-column: 1/8;
    width: 100%;
}

figure.picture1 {
    grid-column: 1/4;
    width: 100%;
}

figure.picture2 {
    grid-column: 4/6;
    width: 100%;
}

figure.picture3 {
    grid-column: 6/8;
    width: 100%;
}

figure.picture4 {
    grid-column: 2/5;
    width: 100%;
}

figure.picture5 {
    grid-column: 5/8;
    width: 100%;
}

figure.picture6 {
    grid-column: 1;
    width: 100%;
}

.ggueber {
    font-size: 1.3em;
    text-decoration: underline;
    font-family: cursive;
    font-weight: 600;
    text-align: center;
    color: #028854;
    margin: 3em 0 1.5em 0;
}

.gglockner figure img {
    display: block;
    object-fit: cover; 
    height: 300px;
    width: 100%;
}


/* ################# FOOTER ################# */

footer {
    width: 100%;
    background-color: #888080;
    color:#fff;
    
} 
footer .flex-box-sm {
    height: 50px;
    align-items: center;
}
footer .rechtliches {
    text-align: right;
}
footer .rechtliches ul li {
    list-style: none;
    display: inline;
    margin: 0 0 0 20px;
}
footer .rechtliches ul li:first-child {
    margin: 0;
}
footer .rechtliches ul li a {
    color: #fff;
    text-decoration: none;
}
footer .rechtliches ul li a:hover {
    text-decoration: underline;
}

/* ###################################################### */
/* ######### MOBILE ANPASSUNG ########################### */
/* ###################################################### */

@media screen and (max-width: 1000px) {
    /* Karte ----------*/
    .karte img {
        height: 22em;
    }
}

/* @media screen and (max-width: 410px) {
    /* IOM Gallary 
    .iomgallery figure:nth-child(4n):hover {
    margin-left: 0;
    }

    .iomgallery figure:nth-child(4n+1):hover {
    margin-left: 0;
    }
    
    .iomgallery figure:nth-child(3n):hover {
    margin-left: -15em;
    }
    
    .iomgallery figure:nth-child(3n+1):hover {
    margin-left: 15em;
    }
    
} */

@media screen and (max-width: 410px) {
    
#ldgmap {
    height: 166px;
    width: 120px;
    }
#iommap {
    height: 166px;
    width: 120px;
    }    
}



@media screen and (max-width: 768px) {

    /* Header ----------- */
    header {
        position: absolute; 
        top: 0;
        left: 0;
    }
    header .flex-box-sm {
        height: 60px;
    }
    
/* Logo ----------- */
    header .logo {
        height: 60px;        
    }
    
    header .logo img {
        height: 130px;
        margin: 0px 0px 0px 15px;
        padding-top: 13px;
    }
    
/* Menü - Button ----------- */
    header .menu .menu-button {
        display:block;
        position: absolute;
        height: 24px;
        top: 18px;
        right: 18px;
        cursor: pointer;
        width: auto;
    }

/* Menü ------------*/

    header .menu {
        font-size: 18px;
        text-align: center;
    }

    header .menu nav {
        background-color: rgba(204, 200, 200, 0.33);
        /*background-image: url(../grafik/back.png);*/
        padding: 2px 0px;
        display: none;
        position: relative;
    }
    
    header .menu nav.open-menu {
        display: block;
        animation: open-menu 250ms ease-out 0s normal forwards;
    }
    
    header .menu nav.close-menu {
        display: block;
        animation: close-menu 250ms ease-out 0s normal forwards;
    }
    
header .menu ul li , header .menu ul li:first-child {
    list-style: none;
    display: block;
    margin: 0 0 0 0px;
    padding: 2px 0px;
    }
    
/* Überschrift ----------*/
    
    .banner h1 {
    padding-top: 280px;
    font-size: 36px;    
    }

/* Inhalt ----------------*/
    
 .inhalt .flex-box-sm {
    background-color: #ffffff;
    margin: -50px 5px 5px 5px;
    padding: 10px;
    }
    
.karte img{
    height: 15em;
    margin: auto;
    
}
    
.sw_02 span {
    font-size: .7em;
}
    
.iomgallery {
    width: 99%;
    grid-column-gap: 1.5em;
    grid-row-gap: 3em;
        
    }
.iomgallery, figure, figcaption:hover,
.iomgallery, figure, figcaption:focus {
    font-size: 6px;    
    }
    
.iom_pound {
    width: 188px;
    height: 100px;
    margin: .8em .5em .4em 0em;
}
    
#map {
    height: 320px;
    width: 240px;
    float: none;
    margin: 1.0em auto 1.0em auto;
}
   
figcaption {
    font-size: 1.6em;
    }
    
.torbole {
    float: none;
    margin: 0.5em auto;
    }
    
    .brasa {
        grid-gap: .8em;
        margin-top: 2em;
    }
    
    .montebaldo {
        float: none;
        margin: 0.5em auto;
    }
    
.glockner img {
        height: 150px;
        margin: auto;
        display: block;
        clip-path: none;
}
    
.gglockner {
        gap:0.5em;
    }  
    
.gglockner figure img {
        height: 150px;
    }

    @media screen and (max-width: 410px){
.glockner img {
        height: 150px;
        margin: auto;
        display: block;
        clip-path: none;
}
    
.gglockner {
        gap:0.2em;
    }  
    
.gglockner figure img {
        height: 60px;
    }  
        
}

/* Footer ----------------*/
    
    footer .flex-box-sm {
        height: auto;
        padding: 10px;
        flex-direction: column-reverse;
    } 
    
    footer .copyright, footer .rechtliches {
        text-align: center;
        margin-bottom: 5px;
    }

}