/* your styles go here */
html, body {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-size: 1rem;
	font-weight: 200;
	font-family: Ubuntu;
}

h2 {
	font-family: Ubuntu;
	font-size: 22px;
	font-weight: 400;
	color: #007B99;	
	text-transform: uppercase;
	display:inline-block;
}

h3 {
	font-family: Ubuntu;
	font-size: 20px;
	font-weight: 100;
	color: #007B99;	

}

h4 {
	font-family: Ubuntu;
	font-size: 24px;
	font-weight: 100;
	color: #007B99;	
}

h5 {
	font-family: Ubuntu;
	font-size: 18px;
	font-weight: 400;
}

a {
    color: inherit;
    outline: 0;
}

a:hover {
    color: #86C373;
}

b, strong {
    font-weight: 500;
}

.greenlink {
	color: #86C373;
	text-decoration: underline;
}

.headlines {
	color: #007B99;
	padding-left: 20px;
	font-size: 22px;
}

.headlines h2:first-of-type {
	color: #007B99;
	display:inline-block;
    border-bottom:2px solid #007B99;
    padding-bottom:2px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -150px;
  }

/* Set the fixed height of the footer here */
#push,
#footer {
	min-height: 150px;
}
#footer {
	background-color: #023059;
	color: white;
	font-size: .8em;
}

.main {
    padding-bottom: 100px;
    padding-top: calc(30px + 12vw);
}

nav .navigation {
	text-align: right;
	display: inline-block;
	width: 60%;
	vertical-align: middle;
}
.navigation ul {
	border-bottom: 2px solid white;
	line-height: 5vw;
}
nav ul li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: bottom;
	height: 4vw;

}
.navigation a {
	color: white;
	text-transform: uppercase;
}

.navigation .dropdown-menu {
	background-color: #023059;
	text-align: right;
	margin-top: 20px;
	box-shadow: 0px 0px 10px white;
}

.navigation .dropdown-item {
    padding: 0rem 1.5rem;
    height: 35px !important;
    line-height: 30px;
 }

 .navigation .dropdown-item:hover, .dropdown-item:focus {
    text-decoration: none;
    background-color: inherit;
    border-bottom: 1px solid #86C373;

}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #86C373;
}

.navbar .dropdown-menu::after {
    display: none;
}

.scuba{
	font-family: scubaadvisor, sans-serif; 
	font-weight: 700; 
	font-style: normal; 
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.advisor{
	font-family: scubaadvisor, sans-serif; 
	font-weight: 200; 
	font-style: normal; 
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.navigation a:hover {
	text-decoration: none;
	color: white;
}


.banner-start {
	background-image: url('../img/banner.jpg'); 
	background-size: 100%; 
	height: calc(10px + 27vw);
	background-position-y: top; 
	position: relative;
	top: -22vw;
	z-index: 100;
	z-index: 99;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banner-start {
    	top: 0px!important;
    }
}


.banner-start #logocontainer {
	height: 6vw;
}
.banner {
	background-image: url('../img/banner.jpg'); 
	background-size: 100%; 
	height: 6vw; 
	min-height: 35px;
	max-height: 40vh;
	background-position-y: bottom; 
	position: fixed;
	width: 100%;
	z-index: 99;
}

.banner .adto-nav {
	margin-top: -1vw;
}

.banner a:hover, .banner-start a:hover {
	text-decoration: none;
}

.adto-search-bar-start, .banner-start{
	position: -webkit-sticky; /* Required for Safari */
	position: sticky;
	z-index:99;
}
.adto-search-bar-start {
	top: 5.4vw;
	background-color: rgb(16,48,86);;
	width: 100% !important;
	margin: 0px;
	padding: 0px 20px;
	max-width: 100%;
	z-index: 98;
}

.search-bar .form-group {
    margin-bottom: 0px;
}

.adto-search-bar {
  position: fixed;
  top: 5.8vw;
  background-color: rgb(16,48,86);
	padding-top: 50px 100px;
	width: 100%!important;
	max-width: 100%!important;
}



nav {
	width: 100%;
}
nav h1 {	
	font-size: calc( 10px + 5vw );
}
.navigation {
	margin-top: -5px;
	font-family: Ubuntu;
	font-weight: 300;
	position: relative;
}

.navbar-nav {
	width: 100%;
	display: block!important;
}

.navbar .nav-link {
    font-weight: normal;
    font-size: 1em;
}

.navbar {
    top: -12px;
    padding: 1rem 0rem 1rem .5rem;
}

.nav-item {
	margin-bottom: 5px;
}


#logocontainer {
	width: 40%;
	display: inline-block;
	float: left;
	padding-top: .3vw;
}


.logo{
	color: white;
	text-align: right;
}

.welcome-bar {
	background-color: rgb(16,48,86);
	width: 100%!important;
	max-width: 100%!important;
	font-weight: 300;
	font-family: Ubuntu;
}

.welcome-text {
	max-width: 1140px;
	padding: 0 30px;
}

.btn-adto {
	color: #fff;
	background-color: #86C373;
	border-color: #86C373;
}

.btn-adto:hover {
	color: #fff;
	background-color: #007B99;
	border-color: #007B99;
}

.adto-search-bar .search-bar, .adto-search-bar-start .search-bar  {
	border: 3px solid #007B99;
} 

.card-stars {
	font-size: 0;
}

.card-stars .fa, .card-stars .far {
	font-size: 9px;
	line-height: 16px;
}

.adto-card {
	font-family: Ubuntu;
	margin: 20px 10px 40px 15px;
	float: left;
	border-radius: 10px;
	min-height: 340px;
	box-shadow: 0 0 10px #d0d0d0;
}

.product-card {
	width: 245px;
}

.country-card {
	width: 245px;
}

.operator-card {
	width: 245px;
}

.type-card {
	width: 245px;
	height: 410px;
}

.card-body {
	font-size: 15px;
	padding: 1.25rem 1rem;
}

.adto-card .card-body h5 {
	height: 54px;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-footer {
	color: white;
	text-transform: uppercase;
	overflow:hidden;
	width: 245px;
}

.footer-large {
	height: 40px!important;
	padding-top: 5px!important;
	text-align: center;
}

.card-footer:last-child {
    border-radius: 0 0 10px 10px;
}

.flagimage{
	float: right; 
	box-shadow: 0px 0px 4px #c0c0c0;
	border-radius: 50%;
}

.image-cropper {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 10px #c0c0c0;
}

.image-cropper img {
    display: inline;
    height: 30px;
    margin-left: -6px;
    height: 100%;
    width: auto;
}

.avatar_cropper { 
    width: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 10px #c0c0c0;
}

.avatar_cropper img {
    display: inline;
    height: 100%;
    margin: auto;
    width: auto;
}

.flagright {
	float: right;
	margin-left: 5px;
}

.flagleft {
	float: left;
	margin: 12px;
}

.flaginline {
	margin: 0 0px 0 6px;
	display: inline-block;
	vertical-align: bottom;
}

.flaginline img {
	vertical-align: top;
}

.footer-siegel {
	text-align: center;
	position: absolute;
	margin-left: 33%;
	margin-top: -32px;
}

.footer-siegel-logo {
	width: 60px;
}
.typelogo {
	float: left;
}
.typelogo img {
	vertical-align: top;
	width: 20px;
}

.sortparam {
	display: inline-block;
	margin-right: 30px;
	color: #767676;
	cursor: pointer;
}

.sortparam:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #767676;
}

.sorted {
	color: #86C373;
	border-bottom: 1px solid #86C373;
}


.footer-boat {
	background-color: #007B99;
	height: 30px;
	padding: 3px 10px;
}

.footer-basis {
	background-color: #023059;
	height: 30px;
	padding: 3px 10px;
}

.footer-resort {
	background-color: #86c373;
	height: 30px;
	padding: 3px 10px;
}

.footer-operator {
	background-color: #767676;
	height: 30px;
	padding: 3px 10px;
}

.footer-country {
	background-color: #d9d9d9;
	height: 54px;
	line-height: 1em;
	display: table-cell;
	vertical-align: middle;
	padding: 0px!important;
}

.landname {
	color: black;
	display: table-cell;
	vertical-align: middle;
	height: 54px;
}

.roundedimage {
	border-radius: 15px;
	box-shadow: 0px 0px 10px #d0d0d0;
}

.text-aqua {
	color: #007B99!important;
}

.text-green {
	color: #86C373!important;
}

.percentageblock {
	margin-top: 10px;
}

.starlabel {
	width: 80px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
}

.fragelabel {
	width: 140px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
}

.starpercent {
	width: 30px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.percentbar {
	width: 130px;
	border: 1px solid #767676;
	height: 20px;
	display: inline-block;
}

.percentagevalue {
	height: 18px;
	background-color: #007B99;
}

.einzelbewertung {
	box-shadow: 0px 0px 10px #c0c0c0;
	border-radius: 15px;
}

.profilepic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 7px #c0c0c0;
	position: absolute;
	left: -50px;
	top: 140px;
	border: 2px solid #007B99;
	text-align: center;
}

.fileupload .btn {
    letter-spacing: 0px;
}

.btn-success {
	background-color:#86C373;
	border-color:    #86C373;
}

.rating {
    display: inline-block;
	margin-right: 30px;
	height: 45px;
	vertical-align: middle;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    /* top:-9999px; */
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size: 24px;
    line-height:1.2;
    color:#ddd;
    box-sizing: content-box;
    margin-right: .2em;
}

.rating:not(:checked) > label:before {
    content: '★ ';
    font-size: 1.4em;
	line-height: .7em;
}

.rating > input:checked ~ label {
    color: #ffd700;;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.question {
	width: 140px;
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 300;
	vertical-align: top;
	line-height: 35px;
}

.removerating {
   display: inline-block;
	height: 45px;
	vertical-align: middle;
}

.productcomment {
	width: 375px;
	height: 169px;
	margin-bottom: 30px;
	margin-left: 10px;
	font-weight: 300;
	padding: 10px;
	margin-top: 6px;
}

.userfoto {
	border-radius: 10px;
	box-shadow: 0px 0px 10px #c0c0c0;
	margin: 0 10px 10px 0;
}

#siegelmodal.show {
    opacity: 1;
}

.req, .warn {
	color: red;
}

.dropdown-menu {
	max-height: 450px;
	overflow: scroll;
}

.hygiene-form .radios {
    width: 50px;
    display: inline;
    vertical-align: middle;
    margin-left: 30px;
}

.invalid-feedback{
	position: absolute;
	margin-top: 29px;
	left: 50px;
	width: auto;
	background: #fbe7e9;
	color: #842029;
	padding: 0 8px;
	border-radius: 3px;
}

.validation_summary {
	display: none;
}

@media (max-width: 991.98px) {
	.main {
	    padding-top: 280px;
	}

	nav ul li {
		display: block;
		margin-right: 30px;
		vertical-align: bottom;
		height: auto;
	}

	.navbar-toggler {
		right: 20px;
		position: absolute;
		top: calc(-10px + 3vw);
		color: white;
		margin-top: 5px;
	}

	#navbarNavDropdown {
		background-color: #023059;
		position: relative;
		top: calc(3px + 4vw);
	}

	.navigation ul {
		padding-bottom: 30px;
	}

	.navbar {
		width: 90%;
		position: absolute;
		right: 0px;
		/*top: calc(-3px - 4vw);*/
		width: 300px !important;
	}

	.navbar .dropdown-menu {
	    min-width: 150px;
	}

	.dropdown-item {
    	padding: 0rem 0rem;
    	font-size: .9em;
    	font-style: italic;
	}

	#productsearchform input {
		height: auto !important;
		padding: 2px 20px;
	}

	#productsearchform .dropdown-toggle {
		padding: 2px 20px;
	}

	#productsearchform .btn-adto {
		padding: 0 0.5rem!important;
	}

	#productsearchform .dropdown-menu {
		padding: 0 20px!important;
	}

	#productsearchform .dropdown-menu li {
		padding: 5px 0 !important;
	}

	.navigation .dropdown-menu {
	    margin-top: 0px;
	    box-shadow: 0 0 0 transparent;
	}

	.contactcol {
		display: none;
	}

	.profilepic {
	    position: static;
		margin: 10px auto;
	}

	.invalid-feedback{
		left: 16px;
	}
	

}

@media (max-width: 600px) {
	.adto-search-bar {
		position: relative!important;
		padding-top: 10px !important;
	}

	.adto-search-bar-start {
		position: relative!important;
		padding-top: 10px !important;
		top: 0px;
	}
	.main {
    	padding-top: 80px;
	}

	.profilepic {
	    width: 60px;
	    height: 60px;
	}
	
}

   

