/* 


Primary color (light blue)  : #69c6ba
Highlight color (pink)		: #c66995
background					: #e6e6e6
blue						: #002f87
lightgray text				: #e6e6e6
darkgrey ivf				: #7A6E67
--------------------------------------

*/
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
    background: #e6e6e6;
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

p:last-child { margin-bottom: 0; }

.tm-page-wrap { 
    max-width: 1400px;
    background: white;
}

.tm-container-outer {
    max-width: 1400px;
}

.tm-container-main {
    max-width: 1400px;
	padding-left: 25px;
	padding-right: 25px;
}

.tm-container-main table {
	border-collapse: collapse;
}

.tm-container-main th,td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #7A6E67;
}

.noshow {
    display: none;
}

.tm-content-box { box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.tm-text-gray { color: #787676; }

.tm-text-highlight {
    color: #c66995;
    font-weight: 600;
}

.tm-bg-primary { background: #002f87; }
.tm-bg-highlight { background: #c66995; }

.btn-primary {
    background: #002f87;
    border: none;
    border-radius: 0;
    outline: none;
}

.btn-primary:hover { background: #c66995; }
.tm-top-bar .navbar-expand-xl .navbar-nav .nav-link { padding: 50px 35px; }

.tm-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 500;
    transition: all 0.2s ease-in-out;
    height: 119px;
    background: white;
	font-size: 14px;
}

.tm-top-bar.active {
    height: 60px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.tm-top-bar.active .navbar-expand-xl .navbar-nav .nav-link { padding: 20px 35px; }
.tm-top-bar.active .navbar-brand { font-size: 1.4rem; }

.tm-top-bar .navbar-brand img {
    width: 60px;
    height: auto;
}

.tm-top-bar.active .navbar-brand img { width: 40px; }
/* .tm-top-bar-bg { height: 119px; }  */
.tm-top-bar a { color: black; }

.navbar-brand {
	font-size: 2.2rem;    
    text-transform: uppercase;    
}

.navbar {
    font-weight: 700;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

/* navigation */
.topnav {
    overflow: hidden;
    background-color: #fff;
    padding-left: 15px;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #007bff;
    color: black;
  }
  
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 1020px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 1020px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

.nav-link.active, .nav-link:hover {	color: #002f87;	}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(104, 199, 187)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler { 
    border-color: rgb(104, 199, 187);
    border-radius: 0;
    cursor: pointer;
}

.tm-banner-title {
    font-size: 3rem;
    margin-bottom: 10px;
}
.tm-banner-subtitle {
    font-size: 1.5rem;
    margin-top: 10px;
    letter-spacing: 1px;
}

.tm-banner-header { color: white; }
.tm-banner-overlay {
	z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
	left: 1px;
}
.tm-banner-bg {
    min-height: 120px;
    position: relative;
}
.tm-banner-row { 
    position: relative;
    z-index: 100;
    justify-content: center;
    padding-top: 0px;
	max-width: 1348px;
}
.tm-banner-row-header { text-align: center; }
.tm-down-arrow-link { 
    color: white;
    background-color: #002f87;
    border-radius: 50%;
    padding: 0px 1px;
    margin-top: 0px;
    display: inline-block;
	image-width: 100%;
}

.tm-down-arrow-link:hover,
.tm-down-arrow-link:focus {
    color: white;
    background-color: #c66995;
}

.venue-map{
    overflow:hidden;
    /* padding-bottom:50%; */
    position:relative;
    height:450px;
}
.venue-map iframe{
    /* left:0;
    top:0; */
    height:450px;
    width:50% !important;
    position:relative;
}


footer {
    background: #e6e6e6;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;    
    font-size: 0.8rem;
}

footer a { color: grey; }

footer a:hover { color: grey; }

footer p { color: grey; }

@media screen and (max-width: 1080px) {
    .tm-tab-link-li { width: 25%; }
}

/*
@media screen and (max-width: 1033px) {
    .tm-slideshow-description { width: 55%; }
}
*/

@media screen and (max-width: 1200px) {
    .tm-top-bar .navbar-expand-xl .navbar-nav .nav-link {
        padding: 15px 20px;
        background: white;
    }	

    .tm-top-bar, .tm-top-bar-bg { height: auto; }

    #mainNav {
        width: 200px;
        position: absolute;
        top: 53px;
        right: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
    }

    .tm-top-bar {
        height: 60px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
    }

    .tm-top-bar.active .navbar-expand-xl .navbar-nav .nav-link,
    .tm-top-bar .navbar-expand-xl .navbar-nav .nav-link { padding: 15px; }

    .tm-top-bar .navbar-brand { font-size: 1.4rem; }

    .tm-top-bar .navbar-brand img {
        width: 60px;
        height: auto;
    }

    .tm-top-bar .navbar-brand img { width: 40px; }

    .tab-pane {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tm-recommended-description-box { width: 450px; }
	
	.venue-map iframe{
		height:450px;
		width:100% !important;
		position:relative;
	}
}


@media screen and (max-width: 400px) and (max-width: 1200px) {
	
	.venue-map iframe{
		height:450px;
		width:100% !important;
		position:relative;
	}
}


/* Programm 2024 */
.progcol1 {
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin: 25px 5px 25px 5px;
    background: linear-gradient(180deg, rgba(255, 0, 0, 0), #002f87);
    border: 1px solid #ffe6e6;
    box-shadow: 5px 10px 18px #888888;
}


/* Programm 2023 */

.progcol {
padding-top: .75rem;
padding-bottom: .75rem;
margin: 25px 5px 25px 5px;
background-color: #ffe6e6;
border: 1px solid #ffe6e6;
}

@media (max-width: 991px) {
.progcol {
        margin: 5px 0px 5px 0px;        
    }

}

.filler {
    margin-bottom: 25px;
}


/* Programm 2022 */

.rettungskette {
    width: 1400px;
    height: 250px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.rettungskette h2 {
    color: black;
}

.kette {
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20%;
    opacity: 0.9;
    background: red;
    padding: 55px;
    border-radius: 75%;
}

.kettenglied1 {
    z-index: 9;
    margin-left: 15%;
    margin-top: 5%;
    background-color: red;
  background-image: linear-gradient(to right, red , rgb(38, 85, 173));
}

.kettenglied2 {
    z-index: 9;
    margin-left: 30%;
    margin-top: 5%;
    background: rgb(38, 85, 173);
}

.kettenglied3 {
    z-index: 9;
    margin-left: 45%;
    background: #106026;
    padding-left: 45px;
}

@media (max-width: 1200px) {

.kette {
    left: 5%;
    }

}

@media (max-width: 890px) {
    
.rettungskette {
height: 150px;
}

.rettungskette h2 {
    font-size: 1rem;
    font-weight: bold;
}

.kette {
width: 150px;
left: 5%;
}

.kettenglied1 {
margin-left: 9%;
}

.kettenglied2 {
margin-left: 18%;
}

.kettenglied3 {
margin-left: 27%;
padding-left: 35px;
}

}

@media (max-width: 600px) { 

.kette {
left: 1%;
}

.kettenglied1 {
    margin-left: 0;
    margin-top: 180px;
    background-image: linear-gradient(red , rgb(38, 85, 173));
}

.kettenglied2 {
    margin-left: 0;
    margin-top: 360px;
}

.kettenglied3 {
    margin-left: 0;
    margin-top: 540px;
    padding-left: 35px;
}

}

.beschreibung {
    width: 1400px;
    min-height: 500px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;

}

.snz {
position: absolute;
left: 20%;
width: 220px;
height: 100%;
border-left: 6px solid red;
background-color: rgba(255, 0, 0, 0.2);
}

.rd {
position: absolute;
left: 36%;
top: 15%;
width: 220px;
height: 100%;
border-left: 6px solid red;
background-image: linear-gradient(to right, rgba(255, 0, 0, 0.2) , rgba(38, 85, 173, 0.2));
}

.fw {
position: absolute;
left: 52%;
top: 15%;
width: 220px;
height: 100%;
border-left: 6px solid rgb(38, 85, 173);
background-color: rgba(38, 85, 173, 0.2);  
}

.verarbeiten {
position: absolute;
left: 68%;
width: 220px;
height: 100%;
border-left: 6px solid rgb(16, 96, 38);
background-color: rgba(16, 96, 38, 0.2);
}

@media (max-width: 1200px) {

.snz {
left: 5%;
}

.rd {
left: 21%;

}

.fw {
left: 37%;
}

.verarbeiten {
left: 53%;
}

}

@media (max-width: 890px) {

.snz {
position: relative;
margin-bottom: 25px;
}

.rd {
position: relative;
left: 5%;
margin-bottom: 25px;
}

.fw {
position: relative;
left: 5%;
margin-bottom: 25px;
}

.verarbeiten {
position: relative;
left: 5%;
margin-bottom: 25px;
}

}

@media (max-width: 600px) { 

.beschreibung {
position: absolute;
top: 0;
}

.snz {
left: 13%;
}

.rd {
left: 13%;

}

.fw {
left: 13%;
}

.verarbeiten {
left: 13%;
}

.noshow {
    display: block;
    height: 500px;
}

}



