@import url('/files/websitefonts.css');


body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	}

body.modal_open {
  position: fixed !important; width:100% !important;
	}

section {
	padding: 100px 0px 100px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {line-height: 135%;}


section h2 {text-transform: uppercase; letter-spacing: 0.5px;margin: 0 0 50px 0;font-size: 36px !important;color: #505050;}

section h4 {margin: 0 0 20px 0;}

section h4 i {
	background: #eee;
	padding: 9px 0px;
	width: 42px;
	height: 42px;
	border-radius: 100px;
	font-size: 24px !important;
	color: #808080;
	text-align: center !important;

	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	margin-right: 10px;
}

section > div > div > div {
	margin: 0 0 50px;
}

sup {font-size: 50%; position:relative; top:-10px;}

strong {font-weight:700;}

nav {
    position: fixed !important;
    height: 100px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    z-index: 999;
    width: 100%;
	  background: rgba(255,255,255,0.8) !important;
	  box-shadow: 0 0 20px rgba(0,0,0,0.5);
	}

section.header-onepic, .header-onepic {
	display: flex;
	align-items: start;
	justify-content: start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	z-index: 0;
}

section.header-onepic .header-onepic_img, .header-onepic .header-onepic_img  {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 35%;
}

section.header-onepic .header-onepic_img img, .header-onepic .header-onepic_img img {
	display: block;
	object-fit: cover;
	width: 100%;
}

section.header-onepic .header-onepic_txt, .header-onepic .header-onepic_txt  {
	display: flex;
	width: 65%;
	margin: auto;
	padding: 5vh 0 5vh 10vh;
	flex-direction: column;
}

.header-onepic_txt_content {
	width: 500px;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: right;
	align-items: right;
}

.header-onepic_txt_content h1 {
	font-weight: 900 !important;
		font-size: 54px !important;
	margin: 0 !important;
	line-height: 100% !important;
	color: #666;
}


.header-onepic_txt_content h2 {
		font-weight: normal !important;
	text-transform: none !important;
	font-size: 37px !important;
	margin: 0 !important;
	color: #666;
}

.header-onepic_txt_content h3 {
	font-weight: bold !important;
	font-size: 25px !important;
	margin: 0 !important;
	color: #666;
}

.header-onepic_txt_content img {
	display: block;
}


html[lang="ar"] .header-onepic_txt * {
	direction: ltr !important;
}

section.header-onepic .header-onepic_txt img, .header-onepic .header-onepic_txt img  {
	display: flex;
	width: 100%;
}

.header-onepic-logo {
	margin: 0 0 20px;
}


.header-onepic .header-onepic_txt a {
  border: 2px solid #069;
  color:#069;
  max-width: 300px !important;
  font-weight: bold;
  margin: 20px 0 !important;
  height: auto;
	text-align: center;
	justify-content: center;
  display: flex;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all linear 0.5S;
}


.header-onepic .header-onepic_txt a:hover {
  border: 2px solid #069;
  background-color:#069;
  color:#fff;
}



.totop  {
	text-align: center;
	font-size: 30px;
	padding: 50px 0 0;
	/*! right: 40px; */
	position: relative;
	top: 60px;
	color: #808080;
}


.animaKurse {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 700px;
	overflow: hidden;   
	text-align: center;
	margin: 0px 0px 0 0;
 }
 
 
   .animaKurse ul {
	 margin:0px;
	 padding: 0;
 }
 
 
 .animaKurse li {
	display: block;
	position:absolute;
	margin: 0px 0px;
	animation-timing-function: ease-in;
  animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
  animation-duration:30s;  
  text-align: center;
  width:100%;
 }
 
  .animaKurse:hover {
 }
 
 
.animaKurse li img {
	width: 100%;
   	border:0;
   } 
   
.animaKurse li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: animaKursbanner01;
 }

/*
.animaKurse li:nth-of-type(2) {
	margin-top: 0;
	animation-name: animaKursbanner02;
 }
.animaKurse li:nth-of-type(3) {
	margin-top: 0;
	animation-name: animaKursbanner03;
 }*/
   
   
 @keyframes animaKursbanner01 {
	  0%  {transform: scale(1)}
	  100%  {transform: scale(2)}
	}

/*
	@keyframes animaKursbanner02 {
	  0%  {opacity:0;}
	  16%  {opacity:1;}
	  33%  {opacity:1;}
	  50%  {opacity:1;}
		66%  {opacity:0;transform: translate(0%,-10%);}
	  82%  {opacity:0;}
	  100%  {opacity:0;}
	}
		@keyframes animaKursbanner03 {
	  0%  {opacity:0;}
		16%  {opacity:0;}
		33%  {opacity:0;}
	  50%  {opacity:1;}
	  66%  {opacity:1;}
	  82%  {opacity:1;}
	  100%  {opacity:0;transform: translate(0%,-10%);}
	}
	*/
	  
.claim h1:first-line {font-size:48px !important; }

.claim h1 {
	font-size:48px !important;
	margin: 0 0 5px !important;
	line-height: 120% !important;
	color: #069;
	text-transform: uppercase;
}

.claim h2 {line-height: 150% !important;}


h1 {margin:0 0 20px !important; font-weight: 300 !important; font-size:48px !important;}

h1.J2017 {
	margin: 50px 0 0px !important; 
	font-weight: 700 !important;
	display:inline-block;
}
	
h1.J2017::before {	
	content: "\f054";
	font-family: 'FontAwesome';
	color:#069;
	letter-spacing: -5px;
	font-weight:normal;
	font-size:40px;
	}
	
h2 {
	font-size:29px !important;
	font-weight: 300;
	line-height: 160% !important;
	}
	
h2 strong {
	font-weight: 600;
	}
	
a {
	color: inherit;
	}
	
h1 a, h2 a {
	color: #069 !important;
	text-decoration:none !important;
	}
	
h1 a i, h2 a i {
	transition: all linear 0.5s;
	animation-iteration-count: 1;
	display: block;
	margin-top:5px;
	}
	
h1 a:hover i, h2 a:hover i  {
	 transform: translate3d(10px, 0, 0);
	}	
	
.savethedate {
	/*background:#069 url('../images/savethedate.png') no-repeat center; */
	background:rgba(255,255,255,1); 
	height:260px; 
	width:260px; 
	margin: 0 auto; 
	text-align:center;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	cursor: pointer;
	display: flex;
	padding: 20px;
	/*animation-name: std_rotate;
	animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;*/
	
}

@keyframes std_rotate {
  from {
    transform: rotate(0deg);
  }
  
  
  to {
  transform: rotate(-5deg);
  }
}


.savethedate h1 {
	color:#069;
	transform: translate(-50%,-50%);
	position: relative;
	top: 50%;
	left: 50%;
	font-size: 60px !important;
	text-transform:uppercase;
	line-height: 100%;
	}

.savethedate h1 strong {
	font-weight:400;
	}


.savethedate h1 i {
	padding:15px;
	border: 1px solid #fff;
	border-radius: 100px;
	margin-bottom: 10px;
	font-size: 40px !important;
	text-transform:uppercase;
	transition: all linear 1s;
	cursor: pointer;
	}


.savethedate:hover h1 i {
	background: #fff;
	color: #069;
	}

.savethedate_vip {
	background:#069 url('../images/savethedate_vip.png') no-repeat center; 
	height:260px; 
	width:260px; 
	margin: 0 auto; 
	text-align:center;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	}
	
.lounge_badge {
	position: relative;
	top: -50px;
	right: 90px;
	z-index: 99;
	float:right;
	}
	
.lounge_badge img, .lounge_badge2 img {
	width:195px;
	}

.lounge_badge2 {
	position: absolute;
	top: -50px;
	right: -30px;
	z-index: 99;
	float:right;
	}

	
/*h1.J2017::after {	
background: url(../images/Lounge.png);
width:300px;
height: 300px;
display:block;
	}*/
	
img.lounge {display:none; max-width:250px !important; padding-left: 10px; margin-top: -20px; width: 100%;}
	
h4 {}


a.registration {
	color:#006699;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 20px 0;
	font-size: 20px;
	width: 200px;
	margin: 0 auto;
}


a.registration::before {
	margin-bottom: 10px;
	display: block;
	content:"\f303";
	background:#fff;
	color:#069;
	font-size: 105px;
	line-height: 180px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	border-radius: 100px;
	width: 200px;
	height: 200px;
	border: 6px solid transparent;
	transition: all linear 0.5s;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}


a.registration.flyer::before {
	content:"\f518";
}


a.registration.route::before {
	content:"\f3c5";
} 

a.registration:hover {
	text-decoration: none;
}


a:hover.registration::before {
	transform: rotate(360deg);
	background:#069;
	color:#fff;
	border: 6px solid #fff;
}

.termine2 {margin-bottom: 50px;}

figure {margin:0;}

.dates img {width:100%;}


.dates-mb {
	overflow:hidden;
	/*width:200px;*/
	margin: 0 0 20px;
	}

.dates-mb figure {position: relative;}


.dates-mb.disabled {pointer-events:none;}

.dates-mb.disabled img {opacity:0.1;}

.date-square {
	overflow:hidden;	
	}
	
/*.hover_button {
	position: absolute;
	top: 0;
	width: calc(100% - 30px);
	background: rgba(255,255,255,0.6);
	text-align: center;
	height: 100%;
	max-height: 254px;
	border: 1px solid #f0f !important;
	left:15px;
	}*/
	
.dates-mb  figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
	text-align:center;
}
	
.dates-mb:hover div figcaption {
	/*background: rgba(255,255,255,0.8);*/
	background:rgba(255,255,255,0.8)
	}
	
.hover_button {
	position: absolute;
	height: 100%;
	top: 50%;
	opacity: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transition: all linear 1s;
	left: 1%;
	right: 1%;
	}	
	
.dates:hover .hover_button {
	opacity:1;
	}
	
.absprung_link {
	width: 100%;
	height: 50%;
	padding: 15% 0 10%;
	font-size:13px !important;
	font-weight: 600;
	display: block;
	color: #069;
	border: 0px solid #f0f;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	}


div.dates:nth-of-type(1) .absprung_link, .absprung_link.link_speaker {
	height: 33.33333%;
	padding: 5% 0 10%;
	font-size:13px !important;
	}
	
.absprung_link:hover {
	text-decoration:none;
	}

.anmeldung .link_anmeldung2, .link_programm::before, .link_anmeldung::before, .link_impressionen::before, .link_speaker:before, .link_pdf::before, .link_info::before, .link_download::before,
.link_warning::before {
	display:block;
	width:35px;
	padding: 4px 3px 3px;
	font-size: 18px;
	border-radius: 50px;
	background:#ffffff;
	border:1px solid #069;
	font-family: 'FontAwesome';	
	color:#069;
	margin: 0 auto 3px;
	transition:all linear 1s;
	font-weight:normal !important;
	cursor: pointer;
}

.anmeldung .link_anmeldung2:hover, a:hover.link_programm::before, a:hover.link_anmeldung::before, a:hover.link_impressionen::before, a:hover.link_speaker::before,
a:hover.link_pdf::before, a:hover.link_info::before, a:hover.link_download::before, a:hover.link_warning::before {
	background:#069;
	color:#ffffff;
}



.anmeldung .link_anmeldung2:hover i {color: #fff;}
	
.link_programm::before {
	content: "\f073";
	}
	
.anmeldung .link_anmeldung2, .link_anmeldung::before {
	content: "\f040";
	}
	
.link_impressionen::before {
	content: "\f03d";
	}

.link_speaker::before {
	content: "\f007";
	}

.link_pdf::before {
	content: "\f1c1";
	}

.link_download::before {
	content: "\f019";
	}

.link_info::before {
	content: "\f129";
	}

.link_warning::before {
	content: "\f071";
	}

/*.link_programm {transform: translate(-100%,0%); opacity: 0; transition:all linear 1s;}
.anmeldung .link_anmeldung2 {transform: translate(100%,0%); opacity: 0; transition:all linear 1s;} 
.link_anmeldung {transform: translate(100%,0%); opacity: 0; transition:all linear 1s;} 
.link_impressionen {transform: translate(-100%,0%); opacity: 0; transition:all linear 1s;}*/

.absprung_link:nth-last-child(1) {transform: translate(-100%,0%); opacity: 0; transition:all linear 1s;}
.absprung_link:nth-last-child(2) {transform: translate(100%,0%); opacity: 0; transition:all linear 1s;}
.absprung_link:nth-last-child(3) {transform: translate(-100%,0%); opacity: 0; transition:all linear 1s;}

.dates:hover .link_programm { opacity: 1; transform: translate(0%,0%);}
.dates:hover .link_anmeldung { opacity: 1; transform: translate(0%,0%);}
.anmeldung .link_anmeldung2 { opacity: 1; transform: translate(0%,0%);}
.dates:hover .link_impressionen { opacity: 1; transform: translate(0%,0%);}
.dates:hover .link_pdf { opacity: 1; transform: translate(0%,0%);}
.dates:hover .link_speaker { opacity: 1; transform: translate(0%,0%);}
.dates:hover .link_info { opacity: 1; transform: translate(0%,0%);}
.dates:hover .link_download { opacity: 1; transform: translate(0%,0%);}
.dates:hover .link_warning { opacity: 1; transform: translate(0%,0%);}

.anmeldung:hover .link_anmeldung2, .link_programm:hover, .link_anmeldung:hover, .link_impressionen:hover {
	color: #069;
}

.register_butt {
	color: #069;
}

.register_butt::after {
	content: "\f040";
	display:inline-block;
	width:28px;
	padding: 1px 5px 1px;
	font-size: 16px;
	border-radius: 50px;
	background:#ffffff;
	border:1px solid #069;
	font-family: 'FontAwesome';	
	color:#069;
	margin: 0 10px 3px;
	transition:all linear 1s;
	font-weight:normal !important;
}


a:hover.register_butt::after {
	background-color: #069 !important;	
	color:#fff;
}

.date-caption h4 {cursor: pointer;}

.claimbox {margin-top: -450px;margin-bottom: 50px;}



.termine > div > div {border:10px solid transparent; margin-bottom:0px;} /**/

.termine2 .dates-mb .date-body {border:10px solid #ffffff; background: #fff;}
	
.claim {
	background:rgba(255,255,255,0.7); 
	padding: 45px 30px;
	height: 260px;
	box-sizing:border-box;
	text-align:left;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	}

.blue {color:#069;}

.phone {
	padding: 35px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	}
	
.phone h1 {font-size: 40px !important;}


.loves {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 55px 50px;
    background: #ffffff url(../images/loves.png) no-repeat center;
    background-size: 62px;
    margin-top: 70px;
}

.logo {
	max-width: 460px !important;
	width: 100%;
	}

.logo_dentaurum {
    padding: 10px 0px;
    text-align: center;
    display: block;
}


.logo_dentaurum img {
    width:200px;
}
	
	
.logo_lounge {
	max-width: 550px !important;
	width: 100%;
	}

.table-program, table  {
	width: 100%;
	margin: 30px 0;
}


.table-program tr:first-of-type {
	border-top: 1px solid #efefef;
}


.table-program tr {
	border-bottom: 1px solid #efefef;
}


.table-program th, td {
	padding: 10px 0px;
	vertical-align: top;
}


.table-program th[scope="row"] {
	font-weight: normal;
	width: 25%;
}


.workshopEins, .workshopZwei, .workshopDrei, .workshopVier {
  cursor: pointer;
}

.workshopEins > strong:after, .workshopZwei > strong:after, .workshopDrei > strong:after, .workshopVier > strong:after {
  font-family: 'FontAwesome';
	content: '\f138';
	display: inline-block;
  float: right;
}

.workshopEins.open > strong:after, .workshopZwei.open > strong:after, .workshopDrei.open > strong:after, .workshopVier.open > strong:after {
  font-family: 'FontAwesome';
	content: '\f13a';
}

.workshop1_box, .workshop2_box, .workshop3_box, .workshop4_box {
opacity: 0;
 position: absolute;
	color: transparent;
  height: 0; 
	transition: all linear 0.5s;
	margin-top: 30px;
	visibility: hidden;
		/* display: none; */
}
	
.workshopEins.open .workshop1_box, .workshopZwei.open .workshop2_box, .workshopDrei.open .workshop3_box, .workshopVier.open .workshop4_box {
	opacity: 1;
	height: auto;
	color:#333;
	position: relative;
	visibility: visible !important;
	/*display:block;*/
}
	

	
.icon-pencil::before, .icon-map-pin::before, .icon-phone::before, .icon-facebook::before, .icon-pinterest{
	font-size: 35px;
	color:#069;
	}
	
#modal_layer {
	display: none;
	width:100%;
	height:100%;
	overflow:hidden;
	position: fixed;
	z-index: 9999;
	background: rgba(0,0,0,0.7);
}


#contact_modal {
	max-width:800px;
	position:fixed !important;
	z-index:9999;
	padding: 1%;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	background:#ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	display:none;
	width:100%;
	transform: translate(-50%,-50%);
	}
	
#impressionen_modal.show, #contact_modal.show, .feedback.show, #modal_layer.show {
	display:block !important;
	visibility: visible !important;
}

#impressionen_modal {
	max-width:800px;
	width:100%;
	position:fixed !important;
	z-index:9999;
	padding: 1%;
	bottom: 20%;
	right: 1%;
	left: 1%;
	margin: 0 auto;
	background:#ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	display:none;
	}

#impressionen_modal.impressionen_ids2015 {
	max-width:500px;
	}
	
#contact_modal .radio {display:inline-block;}

.feedback.hide {
	display:none !important;
	}
	
.modalbody {margin-top: 30px;}

.closeButton {
	content: "\f077";
	font-family: 'FontAwesome';	
	display:block;
	cursor:pointer;
    font-size: 32px;
 	padding: 10px 20px;
    background: #dedede;
	position:absolute;
	top:0;
	right:0;
	}
	
.closeButton::before {
	display:block;
	font-family: 'FontAwesome';
	content: "\f00d";
	color:#ffffff;
	transition: all linear 0.5s;
	animation-iteration-count: 1;
	}
	
.closeButton:hover::before {
	transform:rotate(90deg);
	}

.inner-form {
	max-height: 450px;
	overflow-y: scroll;
}

.fckbts, #participate_answer {display: none;}

.participantsinput {display: none;}
	
.submit {background:#069; border: 1px solid #069;}

.submit:hover {background:#666666; border: 1px solid #666666;}

.backbutt {background:#dddddd; border: 1px solid #dddddd;}

.backbutt:hover {background:#069; border: 1px solid #069; color:#ffffff;}
	
.feedback {
	position:fixed !important;
	z-index:9999;
	padding: 30px;
	top: 50%;
	margin: 0 auto;
	background:#ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	left:50%;
	max-width:800px;
	width:100%;
	transform: translate(-50%,-50%);
	}
	
	
video {
	top: 0;
	left: 0%;
	bottom: 0;
	width: 100% !important;
	height: auto;
	-webkit-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
	transform: translate(-0%, 0);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'brightness\'><feColorMatrix type=\'matrix\' values=\'1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0\'/></filter></svg>#brightness");
	-webkit-filter: brightness(108.5%);
}

#speaker {
	background: #ccc url(../images/skyline_istanbul.svg) no-repeat;
	background-position: bottom;
	/*! background-size: cover; */
}


#speaker .speakerbox {
	width: 33%;
	float:left;
	padding: 20px;	
}

#speaker img {
	margin-bottom: 50px;
	-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
	box-shadow:  0px 0px 10px rgba(0,0,0,0.2);
	transition: all ease-in 0.5s;

}


#speaker .speakerbox:hover img, #speaker .speakerbox.active img {
	margin-bottom: 50px;
	-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}




#speaker h4 {
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
}

#speaker .speakerbox h4:after {
	font-family: 'FontAwesome';
	font-size: 25px;
	content: '\f138';
	padding-left: 10px;
	color: #808080;
	display: inline-block;
	transition: all linear 1s;
}

#speaker .speakerbox:hover h4:after, #speaker .speakerbox.active h4:after {
  content: '\f13a';
	color: #333;
}

.speaker_detail {opacity: 0; position:relative;  top: 0; height:0; visibility: hidden; transition: all linear 0.5s; color: transparent;}

.speaker_detail.active {opacity: 1; height: auto; position: relative; visibility: visible; color: #333; line-height: 160%;}



.gototop {
	position: fixed;
	opacity: 0;
	transform: translate(-50%,-50%);
	bottom: 3%;
	right: 1%;
	color: #fff;
	z-index: 99999;
	transition: all ease 1s;
}

.gototop i {
	font-size: 50px;
	color: rgba(205,205,205,0.7);
	text-shadow: 0 0 20px rgba(0,0,0,0.0);
	transition: all ease 2s;
}

.gototop i:hover {
	text-shadow: 0 0 20px rgba(0,0,0,0.1);

}



/***FOOTER***/

#mobilefooter {display: none;}

#footer-block {
    background-image: url("../images/dentaurum_iow_2018_istanbul_gallery_6.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 300px;
}


footer h3, .h3 {
    font-size: 18px;
}


.header-footer {
    position: relative;
    border-bottom: 1px solid #666;
    margin-bottom: 10px}
.header-footer h3 {
    margin: 10px 0;
    text-transform: uppercase;
    color: #ccc;
    font-family: 'PTSans',sans-serif}
.footer-information {
    padding: 40px 0;
    background: rgba(50,50,50,0.95);
    font-size: 13px}
.footer-information p {
    color: #aaa}
.footer-information a,
.footer-information a:visited {
    color: #aaa;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px}
.footer-information a:hover {
    color: #fff}
.footer-information .footer-categories {
    margin: 0;
    list-style-type: none}
.footer-information .footer-categories li {
    list-style-type: none}

.social {
    background: rgba(50,50,50,0.95);
    padding: 40px 0 0 0}
.social .socials {
    text-align: left}
.social .socials span {
    color:#ccc;}
.social .socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 20px 10px 20px 0;
    text-decoration: none;
    color: #ccc;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    border: 1px solid #666;
    font-size: 20px}
.social .socials a:hover {
    background-color: #fff;
    color: #0066cc;
    border-color: #fff}
.social form {
    margin: 20px 0;
    position: relative}
.social form input {
    border: 1px solid #666;
    height: 40px;
    padding: 5px 10px;
    background: 0;
    color: #eaeaea}
.social form::-webkit-input-placeholder {
    color: #aaa}
.social form:-moz-placeholder {
    color: #aaa}
.social form::-moz-placeholder {
    color: #aaa}
.social form:-ms-input-placeholder {
    color: #aaa}
.social form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-left: 0;
    height: 40px;
    width: 80px;
    background: 0;
    color: #eaeaea;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.social form button:hover {
    color: #0066cc}
.social svg {width:100%;padding:9px;}
.social  svg .st0 {fill:#ccc;}
.social  a:hover svg .st0 {fill:#006699;}

.footer-copy {
    padding: 15px 0 5px;
    background: rgba(50,50,50,0.95);}
.footer-copy a {
	color: #CCCCCC
}
.footer-copy .logo-copy {
	display: inline-block;
	width: 104px;
	height: 52px;
	margin-right: 10px;
	background-image: url(../img/logo-big-shop.png);
	background-repeat: no-repeat;
}
.footer-copy p {
    display: inline-block;
    height: 42px;
    line-height: 16px;
    padding: 10px 0 0 10px;
    margin: 0;
    font-size: 12px;
    color: #ccc}
.footer-payments {
    list-style: none;
    padding: 10px 0 0 0}
.footer-payments li {
    display: inline-block;
    margin: 0 4px 8px;
    float: inherit}
select.messageform {
        background-color: transparent;
        border: 1px solid #666;
        color: #aaa;
    }
select.messageform option {
        color: #aaa;
    }
.want form {
    margin: 20px 0;
    position: relative}
.want form textarea {
	border: 1px solid #666;
	height: 50px;
	background: 0;
	color: #eaeaea;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.want form::-webkit-input-placeholder {
    color: #aaa}
.want form:-moz-placeholder {
    color: #aaa}
.want form::-moz-placeholder {
    color: #aaa}
.want form:-ms-input-placeholder {
    color: #aaa}
.want form button {

    /*position: absolute;*/
    right: 0;
    bottom: 0;
    border-left: 0;
    border: 0;
    height: 40px;
    width: 90px;
    background: 0;
    color: #eaeaea;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.want form button:hover {
    color: #0066cc;}

.want textarea, .g-recaptcha {
	margin: 10px 0px;
	}



	
@media only screen  and (max-width:1199px) {

.claim {
	background:rgba(255,255,255,0.7); 
	padding: 20px;
	height: 210px;}
	
.logo {
    max-width: 350px !important;
    width: 100%;
}
	
	
	
	
h1 {margin:0 0 10px !important;  font-size:41px !important;}

h2 {font-size:21px !important;}

h1.J2017 {
	margin: 0px 0 10px !important; 
	font-weight: 700;
}
	
h1.J2017::before {	
	content: "\f054 \f054";
	font-family: 'FontAwesome';
	color:#069;
	letter-spacing: -5px;
	font-weight:normal;
	font-size:38px;
	}
	
	
	
.phone h1 {font-size: 36px !important;}
	

.savethedate {
    height: 210px;
    width: 210px;
    background-size: 120px;
}
	
.savethedate_vip {
    height: 210px;
    width: 210px;
    background-size: 120px;
}
	
	
.savethedate h1 {
	font-size: 50px !important;
	}

.savethedate h1 i {
	font-size: 40px !important;
	}
	
.lounge_badge {
	top: -50px;
	right: 100px;
	}
	
.lounge_badge img, .lounge_badge2 img {
	width:150px;
	}
	
.lounge_badge2 {
	top: -50px;
	right: -60px;
	}
	
.absprung_link {
	padding: 5% 0;
	font-size:12px !important;
	}
	
.claim h1:first-line, .claim h1 {
    font-size: 38px !important;
    margin: 0 0 5px !important;
    line-height: 120% !important;
}

	}


@media only screen  and (max-width:1082px) {
	.absprung_link {
	padding: 3% 0;
	/*! font-size:10px !important; */
	}
	

.link_programm::before, .link_anmeldung::before, .link_impressionen::before,  .link_info::before, .link_pdf::before,  .link_info::before, .link_warning::before {
	/*! width:25px; */
	/*! padding: 1px 1px 1px; */
	/*! font-size: 13px; */
	margin: 0px auto 1px;
}



	}



	
@media only screen  and (max-width:992px) {
	
.savethedate {
    height: 158px;
    width: 158px;
    background-size: 80px;
}
	
.savethedate_vip {
    height: 158px;
    width: 158px;
    background-size: 80px;
}

	.savethedate h1 {
    font-size: 38px !important;

}

.lounge_badge {
	position: relative;
	top: -40px;
	right: 60px;
	z-index: 999;
	float:right;
	}
	
.lounge_badge img, .lounge_badge2 img {
	width:115px;
	}
	
.lounge_badge2 {
	top: -40px;
	right: -30px;
	}
	
.logo_lounge {
    max-width: 350px !important;
    width: 100%;
}
	
img.lounge  {
	width:115px;
	}

.claim {
	background:rgba(255,255,255,0.8); 
	padding: 15px;
	height: 157px;}
	
.claim h1:first-line, .claim h1 {
    font-size: 30px !important;
    margin: 0 0 5px !important;
    line-height: 120% !important;
}
	
h1 {margin:0 0 10px !important;  font-size:30px !important;}

h2 {margin:0 0 10px !important;  font-size:18px !important;}

h1.J2017 {
	margin: 0px 0 10px !important; 
}
	
h1.J2017::before {	
	content: "\f054 \f054";
	font-family: 'FontAwesome';
	color:#069;
	letter-spacing: -5px;
	font-weight:normal;
	font-size:32px;
	}
	
	
.phone h1 {font-size: 28px !important;}

	}
	
@media only screen  and (max-width:768px) {

	
.claimbox {
    margin-top: -550px;
}	
	
.claimbox > div {width:100%;}
	
.savethedate {
    height: 300px;
    width: 300px;
    background-size: 180px;
	margin-bottom: 50px;
	box-shadow:none;
}
	
.savethedate_vip {
    height: 300px;
    width: 300px;
    background-size: 180px;
	margin-bottom: 50px;
	box-shadow:none;
}
	
	
	.savethedate h1 {
	font-size: 70px !important;
	}

.savethedate h1 i {
	font-size: 40px !important;
	}

img.lounge {
    display:inline-block; max-width: 150px !important;
}

.claim {box-shadow:none; padding: 12px; height: auto;margin: -25px -35px 0;}
	
.lounge_badge, .lounge_badge2 {
	display:none;
	}
	
.loves {
	padding: 35px 20px;
	background-size: 40px;
	margin-top: 70px;
	margin-left: -20px;
	}
	
nav {
    /*! height: 60px !important; */
	}
	
.animaKurse{
	background: url(../images/dentaurum_iow_2018_istanbul_gallery.jpg);
	background-repeat: no-repeat;
	background-position: 30% 50%;
	background-attachment: fixed;
	background-size: cover;
	}


	
.abspann {
	display: none;
	}

.animaKurse ul {
	}
	
.animaKurse ul li {
	width:310%;
	right: -55%;
	}
	
.termin {text-align:center;}
	
h1, h2 {text-align:center;}

.logo {text-align:center !important;}

.logo img {width: 150px; text-align:center;}
	
.logo_dentaurum {
    padding: 0px 0px;
	margin: 0 auto;
}

/*.phone h1 {font-size: 16px !important;}*/

.dates-mb {width:50%; float:left;}
	
.absprung_link {
	padding: 7% 0;
	font-size: 13px !important;
	}
	

.link_programm::before, .link_anmeldung::before, .link_impressionen::before, .link_pdf::before, .link_download::before, .link_warning::before, .link_info::before {
	width:35px;
	padding: 4px 3px 3px;
	font-size: 18px;
	margin: 5% auto 3px;
}
	
	
.table-program th[scope="row"] {
	font-weight: normal;
	width: 20%;
	padding: 30px 10px;
}
	
.workshopEins > strong::after, .workshopZwei > strong::after, .workshopDrei > strong::after, .workshopVier > strong::after {
    padding-right: 20px;
}	
	
.workshop1_box, .workshop2_box, .workshop3_box, .workshop4_box {
    padding-right: 15px;
}

#speaker .speakerbox {
	width: 100%;
	float:none;
	padding: 10px;	
}
	
	
#speaker .speakerbox img{
	width: 35%;
	display: inline-block;
}	
	
#speaker h4 {
  display: inline-block;
	font-size: 16px;
	width: 60%;
	text-align: left;
	padding-left: 5%;
}

#speaker .speakerbox h4::after {
  display: block;
  padding: 0px 0 0px;
	text-align: left;
  position: relative;
  top: 15px;
}	
	
.col-contact  {display: block; margin: 0px 0 10px;}
	
	
	.modalbody {
		overflow-y:scroll !important;
		height: 400px;
		/*! width: 95%; */
		padding: 0 30px 0 10px;
	}

#contact_modal, .feedback {
	padding: 3%;
	top:0%;
	transform:translate(0,0%);
	left: 0%;
	}

.closeButton {
    font-size: 25px;
    padding: 5px 10px;

}
	
	
}


@media only screen and (max-width:600px) {
section.header-onepic, .header-onepic  {
	flex-direction: column;
}

section.header-onepic > div, .header-onepic > div  {
	width: 100% !important;
	max-width: 350px;
	justify-content: center;
	/*! padding: ; */
}
	
.header-onepic_txt_content {
  width: 250px;
	text-align: center;
}
	
	
.header-onepic_txt_content h1 {
  font-size: 40px !important;
}
	
.header-onepic_txt_content h2 {
  font-size: 27px !important;
}
	
.header-onepic_txt_content h3 {
  font-size: 18px !important;
}
	
	section.header-onepic .header-onepic_txt, .header-onepic .header-onepic_txt  {
	width: 100%;
	margin: auto;
	padding: 5vh;
}
	
	section.header-onepic .header-onepic_txt img, .header-onepic .header-onepic_txt img  {
	max-width: 300px;
	margin-bottom: 20px;
}
	
}

@media only screen and (max-width:480px) {
	
	
	.claimbox {
    margin-top: -600px;
}	
	
	
.claim h1:first-line, .claim h1 {
}
	
	.savethedate h1 {
    font-size: 35px !important;

}
	
	.claim h2 {
    font-size: 15px !important;
}
	
	
h1 {
    font-size: 21px !important;
}

h2 {
    font-size: 18px !important;
}	

	
.claim {box-shadow:none; padding: 12px; width: 100%;height: auto; margin: 0 0px;}	
	
.savethedate {
    height: 150px;
    width: 150px;
    background-size: 150px;
}
	
.savethedate img {
    height: 150px;
    width: 150px;
}	
	
.dates-mb {width:100%; clear:left;}
	
	
.loves {
	padding: 35px 20px;
	background-size: 40px;
	margin-top: 30px;
	margin-left: -35px;
	}
	
	
	}
	
	
@media only screen and (max-width:420px) {

	h1.J2017 {font-size:30px !important;}
	
	.dates-mb {width:100%; clear:left;}
	
	}
	
	