@charset "UTF-8";

body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body{
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img,
embed,
object,
video {
	max-width: 100%;
	height: auto;
}

.container {
	width: 100%;
	-ms-box-orient: horizontal;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.header {
	order: 1;
	width: 100%;
	border-bottom: 1px solid #000;
}

.banner_gross {
	display:none;
}
.banner_klein {
	display:block;
}

.header_menu {
	color: #000000;
	font-size: 3.0em;
	float: right;
	vertical-align: bottom;
	padding-right: 12px;
	padding-bottom: 12px;
}

.nav {
	order: 2;
	height: auto;
	width: 100%;
	display: none;
	font-size: 1.2em;
	line-height: 200%;
}

.sidenav {
	width: 0;
	position: fixed;
	z-index: 9999;
	top: auto;
	left: 0;
	background-color: #23c1f1;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 20px;
  padding-bottom: 20px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 1.5em;
	color: #818181;
	display: block;
	transition: 0.3s
}

.sidenav a:hover,
.offcanvas a:focus {
	color: #f1f1f1;
}

.closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px !important;
	margin-left: 50px;
	
}

.news {
	order: 4;
	height: auto;
	width: 100%;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 12px 6px; /* top/bottom left/right */
}

.news p {
	font-size: 1.1em;
}
@media screen and (min-width: 550px) {
	.news p {
		font-size: 0.8em;
	}
}

.partner {
	order: 5;
	height: auto;
	width: 100%;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 12px 6px; /* top/bottom left/right */
}

.partner_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.partner_link {
	width: 122px;
	margin: 0px 5px 32px 5px;
}

.content {
	order: 3;
	height: auto;
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 12px;
}

.footer {
	order: 6;
	width: 100%;
	text-align: center;
	padding: 12px 6px; /* top/bottom left/right */
}

.col3 {
	width: 33.3%;
	text-align: center;
}


a img {border : 0 none;}

li {
	font-size: 1.1em;
	line-height:20px;
}

ul {
	margin-top: 0px;
	margin-bottom 20px;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


.termine {
	border: 1px #000000 solid;
	empty-cells: show;
	font-size: 1.1em;
	word-break: break-word;
}



.termin_table {
	border-collapse: collapse;
	empty-cells: show;
	font-size: 1.1em;
	word-break: break-word;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.termin_table th, td {
	border: 1px #000000 solid;
}

.termin_table a {
	text-decoration: none;
}

.termin_table_date{
	width: 80px;
}

@media screen and (min-width: 550px) {
	.termin_table {
		font-size: 0.8em;
		table-layout: fixed;
		width: 160px;
	}
	
	.termin_table_date{
		width: 50px;
	}
}



.termine a {
	text-decoration: none;
}

.center{
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: #000000;
	font-family: Verdana, Arial, Geneva, sans-serif;
	margin: 0px;
	padding-bottom: 12px;
}

h1{
	font-size: 3em;
}

h1.haupttitel {
	font-size: 3em;
	font-weight: 900;
	text-align: center;
	padding-bottom: 30px;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.5em;
}

h4{
	font-size: 1.3em;
}

h5{
	font-size: 1.2em;
	padding-bottom: 0px;
}

p{
	font-size: 1.1em;
	word-break: break-word;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #f1f1f1;
}

.red{
	color: #FF0000;
}

hr{
	width:80%;
	color:#000000;
	height:1px;
	border-style:solid;	
}

.allg_container_links {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: left;
	justify-content: flex-start;
}
.allg_container_mitte {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

/* Angebotsraster auf index.php */
.angebot_rahmen {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.angebot_container {
	width: 150px;
	margin: 0px 5px 10px 5px;
	position: relative;
}
.angebot_container p{
	position: absolute;
	display: block;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 15px 0px 0px 0px;
	text-align: center;
	font-size: 1em;
	font-weight: 600;
}
.angebot_container:hover p{
	display: none;
}
.schlagwort {
	font-size: 1.5em;
	font-weight: 900;
	line-height: 2em;
}
.angebot_container img {
	opacity: 0.3;
	filter:alpha(opacity=30);
}
.angebot_container:hover img {
	opacity: 1.0;
	filter:alpha(opacity=100);
}
.angebot_link { 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}
.logo_container {
	margin: 0px 10px 20px 10px;
	position: relative;
	text-align: center;
}
/* Rahmen für Bilder */
div.tdm {
   border: 1px solid #ddd;
   background-color: #f3f3f3;
   padding: 2px;
   margin: 2px;
   height: auto;
   width: auto;
   float: left;
   text-align: center;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
div.tdm img {
    display: inline;
    margin: 2px;
    border: 1px solid #ffffff;
}
div.tdm a:hover img {
    border:1px solid #0000ff;
}
div.tdmdesc {
	font-size: 10px;
  text-align: center;
  font-weight: normal;
	padding: 0 4px 4px;
}

.seite_hauptbild {
	max-width: 100%;
	margin: 0px auto;
	border: 2px #000000 solid;
}
@media screen and (min-width: 550px){
	.seite_hauptbild{
		margin-left: 12px;
		margin-bottom: 12px;
	}
}

.content_main-img {
  max-width: calc(100% - 4px);
	border: 2px #000000 solid;
	margin-bottom: 12px;
}

@media screen and (min-width: 550px) {
	.content_main-img {
		float: right;
		margin-left: 6px;
		margin-bottom: 6px;
		margin-right: 0px;
		max-width: 50%;
	}
}


/* CSS for button */
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:21px;
	-moz-border-radius-topleft:21px;
	border-top-left-radius:21px;
	-webkit-border-top-right-radius:21px;
	-moz-border-radius-topright:21px;
	border-top-right-radius:21px;
	-webkit-border-bottom-right-radius:21px;
	-moz-border-radius-bottomright:21px;
	border-bottom-right-radius:21px;
	-webkit-border-bottom-left-radius:21px;
	-moz-border-radius-bottomleft:21px;
	border-bottom-left-radius:21px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 0px #810e05;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}
.button:active {
	position:relative;
	top:1px;
}

.supportButton {
	height:60px;
	line-height:60px;
	width:230px;
}


#padidiveresortlogo
{
	background: url('../picture/padidiveresort.jpg') no-repeat;
	width: 265px;
	height: 124px;
	display: block;
	float:left;
}


#padidiveresortlogo:hover
{
	background-position: 0 -124px;
}


#pronrclogo
{
	background: url('../picture/pronrc2.png') no-repeat;
	width: 120px;
	height: 120px;
	display: block;
	float:left;
}


#pronrclogo:hover
{
	background-position: 0 -120px;
}