/* smd styling */
.w3-theme{
	background-color: #ccc !important;
}
	
.w3-text-teal {
	color: #0070C0 !important;
}

.w3-theme{
	background-color: #0070C0 !important;
}

.w3-button:hover{
	background-color:#c8e4ff !important;
}

.w3-teal{
	background-color: #0070C0 !important	
}

.w3-theme-l1{
	background-color: #0070C0 !important;
}

.w3-theme-l2{

	background-color: #666666 !important;
	color: #fff !important;
}


.fa-bars:before{
	content: "\2630";
}

#img-wrapper{
	padding: 20px;
	text-align:center;
}


.partner_img{
	height:auto;
	width:100%;
	max-width:300px;
}

.map_icon{
  height: 15px;
}

.kontakt_textarea{
  width: 100%;
  padding: 8px;
  display:block;
  resize: none;
  height: 100px;
}

.footer_icon{
	height:18px;
}

form #form_website{ display:none; }


.w3-sidebar {
  z-index: 3;
  width: 250px;
  top: 46px;
  bottom: 0;
  height: inherit;
}


/* Partner Style */
/* Slideshow container */
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  text-align: center;
}

/* Caption text */
.text {
  color: #666666;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow_active {
  background-color: #717171;
}

.slideshow_dot_active {
	background-color: #666666;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


@media only screen and (min-width: 501px) {
	.slideshow-container{
		height:300px;
	}
}


@media only screen and (max-width: 500px) {
	.slideshow-container{
		height:350px;
	}
}


/* Success Styling */
#success_h1 {
  color: #27ae60 !important;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900 !important;
  font-size: 40px !important;
  margin-bottom: 10px !important;
}
#success_p {
  color: #404F5E !important;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size:20px !important;
  margin: 0 !important;
}
.success_checkmark {
color: #009688;
font-size: 100px;
line-height: 200px;
margin-left:50px;
}
.success_card {
background: white;
padding: 60px;
border-radius: 4px;
box-shadow: 0 2px 3px #C8D0D8;
display: inline-block;
margin: 0 auto;
}



	/* Modal Styling */
    /* Style the Image Used to Trigger the Modal */
    #programm_img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    }

    #programm_img:hover {opacity: 0.7;}

	#programm_sportheim_img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    }

    #programm_sportheim_img:hover {opacity: 0.7;}

    /* The Modal (background) */
    .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    }

    /* Modal Content (Image) */
    .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    }

    /* Caption of Modal Image (Image Text) - Same Width as the Image */
    #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    }

    /* Add Animation - Zoom in the Modal */
    .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
    }

    @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
    }

    /* The Close Button */
    .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    }

    .close:hover,
    .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
    }

    /* 100% Image Width on Smaller Screens */
    @media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
    } 

/* Collapsible Styling */ 
.content {
padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
	}	
	
.collapsible:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  font-size: 18px;
	font-weight: bold;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\002D"; /* Unicode character for "minus" sign (-) */
	font-size: 18px;
	font-weight: bold;
  color: white;
}


