/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-right:0px !important;
		margin-right:0px !important;

}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 89px;
    background-color: #FFFFFF;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #FFFFFF;
    border-top: 5px solid #5ac4d0;
}

#content {
    position: fixed;
    top: 90px;
    bottom: 50px;
    left: 0;
    right: 0;
    background-color: #F63;
    overflow: auto;
}

.navbar-default {
    background: #FFFFFF;
}

.navbar-fixed-top {
  top: 0;
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background: transparent;
    }

.nav > li {
    background: #FFFFFF;
}

    .nav > li.subnav,
    .nav > li.subnav.active {
        background: transparent;
    }

.dropdown-menu {
    background: rgba(90, 196, 208, 0.4);
    border-color: transparent;
    box-shadow: none;
    margin-top: 2px;
}

.marketing {
    color: #333333;
    background: rgba(255, 255, 255, 0.5);
}

    .marketing #welcome {
        font-size: 36px;
        line-height: 60px;
        text-align: center;
    }

.col-lg-12 .content {
    margin: 20px;
}

.navbar-nav li .subnav {
    height: 20px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.container .carousel-inner img {
    margin: 0px;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.modal-open {
    overflow-y: scroll;
}

.modal-header {
    background: #5ac4d0;
}

    .modal-header .modal-title {
        color: #FFFFFF;
        background: #5ac4d0;
    }

.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: auto;
}

#modalTeamMemberDetail {
    z-index: 1500;
}

.white {
	background: #FFFFFF;
	background-size: cover;
}

.mobile-background {
	background: url('../img/bgIndexMobile.jpg') no-repeat center 20px fixed;
	background-size: cover;
}

.cc_btn .cc_btn_accept_all
{
	max-width: 150px;
}

@media all and (max-width : 768px) {
	
	body {
		background: url('../img/bgIndexMobile.jpg') no-repeat center center fixed;
		background-size: cover;
	}
	
	h2 {
		font-size: 18px;
	}
	
	#img-logo {
		display: none;
	}

	#header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 64px;
		background-color: #FFFFFF;
	}
	
	.navbar-nav {
		margin-top: 0px;
	}
	
	#navbar-ex1-collapse {
		background: #FFFFFF;
	}
	
	#indexContainer {
    background-attachment: fixed;
    left: 0;
    right: 0;
    overflow: auto;
    height: 100%;
  }
	
	#indexContainer #mobile {
		margin-top: 64px;
		height: 70px;
		color: #FFFFFF;
		font-size: 24px;
		text-align: center;
		background-color: #5ac4d0;
	}
	
	#contactContainer {
		background-image: url('../img/KOCH3344.JPG');
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		height: 100%;
	}
	
	#medicationContainer {
		background: url('../img/KOCH3279.JPG');
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		height: 100%;
	}
	
	#officeContainer {
		background: url('../img/KOCH3344.JPG');
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		height: 100%;
	}
	
	#newsContainer {
		background: url('../img/KOCH3279.JPG');
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		height: 100%;
	}

    .navbar-brand {
        margin-left: -20px;
    }

    button.navbar-toggle {
        margin: 14px 14px;
    }
    
    #welcome
    {
    		margin-top: 33%;
    		text-align: center;
    		margin-bottom: 10px;
    }

    #welcome h1 {
        text-align: center;
        margin: 5px 0px;
        line-height: 20px;
    }

        #welcome h1 span {
            font-size: 18px;
            font-weight: bold;
            color: #FFFFFF;
            text-transform: uppercase;
            background: #FFFFFF;
            background: rgba(90, 196, 208, 0.5);
        }

            #welcome h1 span#title {
                font-size: 26px;
                line-height: 32px;
            }


    #subNav {
        display: none;
    }
		/*
    li#navOfficeDefault.mainNav {
        display: none;
    }
		
    li#navMedicationDefault.mainNav {
        display: none;
    }
		*/
    .linkTop {
        padding-bottom: 20px;
        text-transform: uppercase;
        line-height: 30px;
    }
    
    .linkTopAct {
        text-transform: uppercase;
        background: #5ac4d0;
        color: #FFFFFF;
    }
    
    div.linkTopRight
    {
    	display: none;
    }
    
    a.linkTopRight:hover, 
    a.linkTopRight:active 
    {
    	display: none;
    }
    
    .modal-body {
	    /* 100% = dialog height, 120px = header + footer */
	    max-height: 100%;
	    padding: 0px;
		}
    
    div#modal-body-image {
        height: 240px;
        width: 100%;
    }

    div#modal-body-content {
        margin: 10px;
        margin-top: 20px;
        width: 100%;
    }

    .modal-descrption {
        height: 270px;
        overflow: auto;
    }
    
    footer #mobile {
    	height: 132px;
    }

    .footer-address {
        font-size: 14px;
        text-align: center;
        background: #FFFFFF;
        padding-top: 5px;
        color: #666666;
    }
    
    footer #default {
    		display: none;
    }
    
    .footer-address #mobile {
        font-size: 14px;
        text-align: center;
        background: #FFFFFF;
        padding-top: 5px;
        color: #666666;
    }
    
    .embedded-video {
    	width: 100%;
    	height: 620px;
    }
    
    #officeCarousel {
    		display: none;
    }
    
    .h1, h1 {
    	  font-size: 24px;
    }
    
    div#spacer {
    	margin-top: 0px;
    }
    
    div#jameda {
    	display: none;
    }
    
    #footerStart {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    height: 12  0px;
	    background-color: #FFFFFF;
	    text-align: center;
	    line-height: 24px;
	    font-size: 16px;
	    padding-top: 10px;
	    border-top: 5px solid #5ac4d0;
	    color: #999999;
		}
    
    #footerStart #default {
    	display: none;
    }
    
    #footerStart #mobile {
    	font-weight: normal;
    }
    
    #footerStart #mobile .buttons {
    	margin-top: 20px;
        display: grid;
        grid-template-columns: auto auto;
        gap: 16px;
        justify-content: center;
    }
    
    #footerStart #mobile .buttons .button {
    	display: grid;
        grid-template-columns: auto auto;
        gap: 4px;
    }
    
    #footerStart #mobile .buttons .button .button-text {
    	display: grid;
        grid-template-columns: auto auto;
        margin-top: 2px;
        gap: 4px;
        font-size: 14px;
        text-transform: capitalize;
    }
    
    .bounce {
	  position: fixed;
	  top: 56%;
	  left: 56%;
	}
		
	#corona-content {
		visibility: hidden;
	}
		
	.corona-content {
		max-width: 710px;
		margin: auto;
		padding: 12px 8px;
		display: grid;
		grid-template-columns: auto auto;
		grid-gap: 8px;
		cursor: pointer;
		
	}
	
	.corona-content .corona-symbol {
		text-align: right;
	}
	
	.corona-content .corona-text {
		font-size: 14px;
	}
}

@media all and (min-width : 769px) {
	/*
	.container {
		width: 100%;
	}
	*/
	.container h1
	{
	    color: #333333;
	    margin-left: 20px;
	}
	
    #indexContainer {
        background: url('../img/bgIndex.jpg') no-repeat center center fixed;
        background-color: #5ac4d0;
        background-size: cover;
        position: fixed;
        top: 90px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        overflow: auto;
    }    
    
		#indexContainer div {
			display: none;
		}
    
   	#officeContainer {
			background: url('../img/KOCH3344.JPG') no-repeat top center fixed;
			background-size: cover;
			height: 100%;
		}
	
		#contactContainer {
			background: url('../img/KOCH3369.JPG') no-repeat top center fixed;
			background-size: cover;
			height: 100%;
		}
		
		#medicationContainer {
			background: url('../img/KOCH3279.JPG') no-repeat top center fixed;
			background-size: cover;
			height: 100%;
		}
		
		#newsContainer {
			background: url('../img/KOCH3279.JPG') no-repeat top center fixed;
			background-size: cover;
			height: 100%;
		}
		
		.nav > li > a {
			padding: 12px 9px;
		}

    .navbar-brand {
        display: none;
    }
    
    li.mainNav #imprint {
    	display: none;
    }
    
    li.mainNav #privacy {
    	display: none;
    }
    
    #subNav {
        font-size: 12px;
    }

    #welcome {
        margin-top: 7%;
        text-align: center;
    }

        #welcome h1 span {
            color: rgba(90, 196, 208, 1.0);
            background: #FFFFFF;
            text-transform: uppercase;
            margin: 10px;
            padding: 8px;
        }

        #welcome h2 span {
            font-weight: bold;
            color: #FFFFFF;
            text-transform: uppercase;
            background: rgba(90, 196, 208, 0.5);
            margin: 20px;
        }

        #welcome h1 span#title {
            color: #FFFFFF;
            background: transparent;
            /*background: rgba(90, 196, 208, 1.0);*/
            font-size: 48px;
        }

    li#navOfficeMobile.mainNav {
        display: none;
    }

    li#navMedicationMobile.mainNav {
        display: none;
    }

    .linkTop {
        margin-top: 15px;
        padding-bottom: 20px;
        text-transform: uppercase;
        line-height: 30px;
        font-size: 12px;
    }

    .linkTopAct {
        margin-top: 15px;
        text-transform: uppercase;
        background: #5ac4d0;
        color: #FFFFFF;
        font-size: 12px;
    }
    
    div.linkTopRight a
    {
    	color: #777;
    	text-decoration: none;
    	cursor: pointer;
    }
    
    div.linkTopRight a:hover, 
    div.linkTopRight a:active 
    {
    	color: #5ac4d0;
    	text-decoration: none;
    	cursor: pointer;
    }
    
    .modal-dialog {
    	width: 90%
    }
    
    .modal-body {
	    /* 100% = dialog height, 120px = header + footer */
	    max-height: 100%;
	    margin: 10px;
		}

    div#modal-body-image {
        float: left;
        width: 50%;
        height: 240px;
    }

    div#modal-body-content {
        float: right;
        width: 50%;
    }

    .modal-descrption {
        height: 500px;
        overflow: auto;
    }

    .footer-address {
        text-align: center;
        background: #FFFFFF;
        height: 40px;
        padding-top: 10px;
        color: #666666;
    }
    
    footer #mobile {
        display: none;
    }
    
    div#spacer {
    	height: 5px;
    }
    
    .embedded-video {
    	width: 100%;
    	height: 620px;
    }
    
    #footerStart {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    height: 100px;
	    background-color: #FFFFFF;
	    text-align: center;
	    font-size: 30px;
	    padding-top: 28px;
	    border-top: 5px solid #5ac4d0;
	    color: #999999;
		}
		    
    #footerStart #default {
    	font-weight: normal;
    }
    
    #footerStart #mobile {
    	display: none;
    }
    
    .bounce {
		  position: fixed;
		  top: 55%;
		  left: 55%;
		}
		
	.corona-content {
		width: 710px;
		margin: auto;
		padding: 12px 0px;
		display: grid;
		grid-template-columns: 40px auto;
		grid-gap: 8px;
		cursor: pointer;
	}
	
	.corona-content .corona-text {
		font-weight: bold;
		font-size: 14px;
		padding-top: 8px;
		color: #555555;
	}
		    
}

@media all and (min-width : 992px) {
	.corona-content {
		width: 930px;
		margin: auto;
		padding: 12px 0px;
		display: grid;
		grid-template-columns: 40px auto;
		grid-gap: 8px;
		cursor: pointer;
	}
	
	.corona-content .corona-text {
		font-weight: bold;
		font-size: 18px;
		padding-top: 4px;
		color: #555555;
	}
}

@media all and (min-width : 1200px) {
	.corona-content {
		width: 1108px;
		margin: auto;
		padding: 12px 0px;
		display: grid;
		grid-template-columns: 40px auto;
		grid-gap: 8px;
		cursor: pointer;
	}
	
	.corona-content .corona-text {
		font-weight: bold;
		font-size: 18px;
		padding-top: 4px;
		color: #555555;
	}
}

@media all and (min-width : 1070px) {
	
	.container h1
	{
	    color: #333333;
	    margin-left: 20px;
	}
	
    #indexContainer {
        background: url('../img/bgIndex.jpg') no-repeat center center fixed;
        background-color: #5ac4d0;
        background-size: cover;
        position: fixed;
        top: 90px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        overflow: auto;
    }    
    
		#indexContainer div {
			visibility: hidden;		
		}
    
   	#officeContainer {
			background: url('../img/KOCH3344.JPG') no-repeat top center fixed;
			background-size: cover;
			height: 100%;
		}
	
		#contactContainer {
			background: url('../img/KOCH3369.JPG') no-repeat top center fixed;
			background-size: cover;
			height: 100%;
		}
		
		#medicationContainer {
			background: url('../img/KOCH3279.JPG') no-repeat top center fixed;
			background-size: cover;
			height: 100%;
		}
		
		#newsContainer {
			background: url('../img/KOCH3279.JPG') no-repeat top center fixed;
			background-size: cover;
			height: 100%;
		}

		.nav > li > a {
			padding: 12px 15px;
		}
		
    .navbar-brand {
      display: none;
    }
    
		li.mainNav #imprint {
    	display: none;
    }
    
    li.mainNav #privacy {
    	display: none;
    }
    
    #subNav {
    	font-size: 16px;
    }

    #welcome {
        margin-top: 7%;
        text-align: center;
    }

        #welcome h1 span {
            color: rgba(90, 196, 208, 1.0);
            background: #FFFFFF;
            text-transform: uppercase;
            margin: 10px;
            padding: 8px;
        }

        #welcome h2 span {
            font-weight: bold;
            color: #FFFFFF;
            text-transform: uppercase;
            background: rgba(90, 196, 208, 0.5);
            margin: 20px;
        }

        #welcome h1 span#title {
            color: #FFFFFF;
            background: transparent;
            /*background: rgba(90, 196, 208, 1.0);*/
            font-size: 48px;
        }

    li#navOfficeMobile.mainNav {
        display: none;
    }

    li#navMedicationMobile.mainNav {
        display: none;
    }

    .linkTop {
        margin-top: 15px;
        padding-bottom: 20px;
        text-transform: uppercase;
        line-height: 30px;
        font-size: 16px;
    }

    .linkTopAct {
        margin-top: 15px;
        text-transform: uppercase;
        background: #5ac4d0;
        color: #FFFFFF;
        font-size: 16px;
    }
    
    div.linkTopRight a
    {
    	color: #777;
    	text-decoration: none;
    	cursor: pointer;
    }
    
    div.linkTopRight a:hover, 
    div.linkTopRight a:active 
    {
    	color: #5ac4d0;
    	text-decoration: none;
    	cursor: pointer;
    }

		.modal-dialog {
    	width: 900px;
    }

    .modal-body {
	    /* 100% = dialog height, 120px = header + footer */
	    max-height: 100%;
	    margin: 10px;
		}    
    
    div#modal-body-image {
        float: left;
        width: 50%;
        height: 240px;
    }

    div#modal-body-content {
        float: right;
        width: 50%;
    }

    .modal-descrption {
        height: 500px;
        overflow: auto;
    }

    .footer-address {
        text-align: center;
        background: #FFFFFF;
        height: 40px;
        padding-top: 10px;
        color: #666666;
    }
    
    footer #mobile {
        display: none;
    }
    
    div#spacer {
    	height: 5px;
    }
    
    .embedded-video {
    	width: 100%;
    	height: 620px;
    }
    
    #footerStart {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    height: 140px;
	    background-color: #FFFFFF;
	    text-align: center;
	    font-size: 36px;
	    padding-top: 20px;
	    border-top: 5px solid #5ac4d0;
	    color: #999999;
		}
		    
    #footerStart #default {
    	font-weight: normal;
        line-height: 42px;
    }    
    
    #footerStart #default .buttons {
    	display: grid; 
        grid-template-columns: auto auto; 
        gap: 24px; 
        justify-content: center;
    }  
    
    #footerStart #default .buttons .button {
    	display: grid; 
        grid-template-columns: auto auto; 
        gap: 8px;
    }

    #footerStart #default .buttons .button-text {
    	margin-top: 8px;
    }
    
    #footerStart #mobile {
    	display: none;
    }
    
    .bounce {
	  position: fixed;
	  top: 51%;
	  left: 51%;
	}
}

/*
.bounce {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:0;
  height:50px;
  width:50px;
  border-radius: 50%;
  background: rgba(90, 196, 208, 1);
  position: absolute;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% { padding: 0px}
  25% { background: rgba(90, 196, 208, 0.5);}
  50% { padding: 5px}
  75% { background: rgba(90, 196, 208, 1); height:2px; width:2px;}  
  100% { background: rgba(90, 196, 208, 0.6); padding: 0px}
}
*/

.bounce {
  position: fixed;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  z-index:0;
  height:200px;
  width:200px;
  /* border-radius: 50%; */
  background: url('../img/kfoLogo2.png') no-repeat;
  /* background: rgba(90, 196, 208, 1); */
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% { padding: 0px; opacity: 1;}
  45% { padding: 5px; opacity: 0.0;}
  70% { padding: 5px; opacity: 0.7;}
  100% { padding: 5px; opacity: 1;}
}