@charset "UTF-8";
/* CSS Document */

.myform {
    
}
.myform .myform_inner {
    
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0.1px;
}
#frmEnquiry {
	
}

#frmEnquiry .form_element {
	margin-bottom: 20px;
}

.myform .floatleft {
    float: left;
}
.myform .floatright {
    float: right;
}

.myform label {
    
}
.myform label.required::after {
	content: "*";
    display: inline;
    color: #fff;
}

.myform .form_block {
    position: relative;
}
.myform .form_block::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0.1px;
}
.myform .form_block_2col {
    position: relative;
}
.myform .form_block_2col .form_block_element {
    width: 50%;
    margin: 0;
    float: left;
}
.myform .form_block_2col .form_block_element .form100 {
    width: 95%;   
}

.error {
	border: 2px solid #e2001a;
	padding: 0.4em 1em;
    margin: 1em 0 !important;
	color: #FFFFFF;
}

.success {
	border: 2px solid #36BE3C;
	padding: 0.4em 1em;
    margin: 1em 0 !important;
	color: #fff;
	cursor: pointer;
    font-size: 0.9em;
}

.info {
	margin: 1em 0;
}
#attachment_info {
    
}
.size_info {
    font-size: 0.8em;
    line-height: 120%;
    padding: 0.5em 0;
}
.size_warning {

}

.filetype_warning {

}
.fileupload_info {
    font-size: 0.9em;
    line-height: 130%;
}
.myform .datenschutz {
    font-size: 0.86em;
    margin: 2em 0;
}
.btnAction {
	
}
.btnAction:focus {
    outline:none;
}

input[type="submit"][disabled="disabled"] {
    opacity: 0.3;
    cursor: default;
}
input[type="submit"][disabled="disabled"]:hover {
    
}
#loader-icon {
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 0.2em 0 0 100px !important;
    margin: 0 0 0 20px !important;
}
#loader-icon .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}





span.required_icon {
	color: #e2001a;	
}
.form_block {
	border: 1px solid #fff;
    padding: 20px;
	margin: 0 0 10px 0;
    background-color: #555;
}
.form_block h4 {
	padding-bottom: 0.2em;
	margin: 1em 0;	
}
.form_block h5 {
	margin-bottom: 1em;	
}
.form_block h1.first,
.form_block h2.first,
.form_block h3.first,
.form_block h4.first,
.form_block h5.first {
    padding-top: 0;
    margin-top: 0;
}
.form_block label {
	display: block;
	font-size: 0.86em;
	padding: 0.6em 0 0.3em 0;
	margin: 0;
		
}
.form_block input.text,
.form_block textarea {
	background-color: #FFF;
	border: none;
	padding: 0.3em;
	margin: 0 0 0.5em 0;
    font-size: 0.9em;
    line-height: 130%;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.21);
	
}
.form_block input.text {
		
}
input[type="text"], textarea, select {
    font-family: 'Titillium', sans-serif;
	font-size: 1em;
    
}
select {
    font-size: 0.9em;
    line-height: 130%;
    background-color: #fff;
    padding: 0.3em;
    margin-bottom: 0.5em;
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
    border: none;
}
.form_block .form100 {
	width: 98%;
}
.form_block .form75 {
	width: 74%;
}
.form_block .form75 .form100 {
	
}
.form_block .form50 {
	width: 48%;
}
.form_block .form40 {
	width: 36.5%;
}
.form_block .form40 .form100 {
	width: 95%;
}
.form_block .form25 {
	width: 22%;
}
.form_block .form25 .form100 {
	width: 93.5%;
}
.form_block .form20 {
	width: 20%;
	margin-right: 2%;
}
.form_block .form20 .form100 {
	width: 96%;
}
.form_block .form33 {
	width: 31%;
	margin-right: 2%;
}
.form_block .form33 .form100 {
	width: 93.5%;
}
.form_block .form50 .form100 {
	width: 97%;
}
.form_block .form50 .form75 {
	width: 65%;
}
.form_block .form50 .form25 {
	width: 29%;
}
.form_block .form50 .form25 .form100 {
	width: 96%;
}
.form_block .form50 .form75 .form100 {
	width: 96%;
}

.form_from {
	float: left;	
}
.form_to {
	float: right;	
}
.form_country {
	
}
.form_postcode_city {
	
}
.form_postcode {
	float: left;
	
}
.form_city {
	float: right;
	
}

.form_option {
	width: 100%;
	padding: 0.2em;	
	position:relative;
}
.form_option_input {
	margin-top: 0.5em;	
}
.form_option label {
	display: inline;
	padding: 0 1em 0 0;
	font-size: 1em;
	margin: 0;
}
.form_option input {
	position:relative;
	top: -2px;
	margin: 0.4em;
	padding: 0;	
}


/* File Upload */
.multifile_upload {
    padding: 10px;
    position: relative;
}
.multifile_upload:hover {
    background-color: rgba(255,255,255,0.3);   
}
.multifile_upload .del_file_first,
.multifile_upload .del_file {
    color: #FFF;
    background-color: #C32F27;
    cursor: pointer;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 6px;
    right: 6px;
}
.fileupload_no {
    
}
#multifile_tools {
    margin-top: 1em;
}
#multifile_tools #add_file {
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 36px;
    background-image: url("file_add.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0.5em center;
    color: #FFF;
    background-color: #C32F27;
    text-decoration: none;
    cursor: pointer;
}
#multifile_tools #add_file:hover {
    text-decoration: none;
    color: #fff;
}

#captcha {
    padding: 0.36em 0.3em;
}
#captcha_image {
    display: inline-block;
    position: relative;
}
#captcha_refresh {
    display: inline-block;
    position: relative;
    margin-top: -10px;
    top: 5px;
    left: -10px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    text-indent: -1000px;
    overflow: hidden;
    background-image: url("button_refresh.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.required_info {
    font-size: 0.9em;
    line-height: 130%;
    background-color: #fff;
    color: #666;
    margin: -20px -20px 20px -20px;
    padding: 20px;
}
.invalid {
    border: 2px solid #FF0000 !important;
}
.form_error input,
.form_error select,
.form_error textarea {
    background-color: #EF9A9A !important;
} 

.remain_info {
    font-size: 0.8em;
    color: #7B7B7B;
    line-height: 130%;
    margin-bottom: 1.5em;
}
.remain_info_number {
    font-weight: bold;
}



.ui-datepicker {
    display: none;
    font-size: 0.9em;
    line-height: 130%;
    padding: 0.5em;
    width: 18em;
    color: #fff;
    background-color: #666;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
    position: absolute;
    top: 0.3em;
    cursor: pointer;
    color: #000;
    overflow: hidden;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    top: 8px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover::before,
.ui-datepicker .ui-datepicker-next:hover::before {
    color: #fff;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev::before {
    content: "\25C0";
    left: 10px;
}
.ui-datepicker .ui-datepicker-next::before {
    content: "\25B6";
    right: 10px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled span,
.ui-datepicker .ui-datepicker-next.ui-state-disabled span {
    color: rgba(0,0,0,0.3);
}
.ui-datepicker .ui-datepicker-prev span {
    left: 0px;
    
    
}
.ui-datepicker .ui-datepicker-next span {
    right: 0px;
    
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year { width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
    background-image: none;
    background-color: #FFF;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
    transition: background-color 0.5s ease;
}
.ui-datepicker td a {
    background-color: rgba(200, 200, 200, 0.1);   
}
.ui-datepicker td a:hover {
    background-color: rgba(200, 200, 200, 1);   
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
}

/* RTL support */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }

.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
    filter: mask(); /*must have*/
    height: 200px; /*must have*/
    left: -4px; /*must have*/
    position: absolute; /*must have*/
    top: -4px; /*must have*/
    width: 200px; /*must have*/
    z-index: -1; /*must have*/
}

.ui-datepicker td.ui-state-disabled span {
    color: #ccc;
}
.ui-datepicker td.ausgebucht span {
    color: #BA0003;
}

 /* Customize the label (the container) */
.form_block label.container {
  display: inline-block;
  position: relative;
  padding: 0.3em 2em 0 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

 
.form_block label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.1);
}
.form_error .checkmark {
    background-color: #EF9A9A !important;
}



.checkmark:after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
}

.form_block label.container:hover input ~ .checkmark {
  background-color: #fff;
}
.form_block label.container:hover input ~ .checkmark:after {
    background-color: #8F8F8F;
}

.form_block label.container input:checked ~ .checkmark:after {
  background-color: #000;
}

.form_error label.container input ~ .checkmark:after {
    background-color: #EF9A9A;
}

.taetowierer_auswahl {
    margin: 2em -1%;
    position: relative;
}
.taetowierer_auswahl .taetowierer {
    position: relative;
    width: 48%;
    margin: 1%;
    float: left;
}
.taetowierer_auswahl.selected .taetowierer a {
    opacity: 0.5;
}
.taetowierer_auswahl.selected .taetowierer a.active {
    opacity: 1;
}
.taetowierer_auswahl a {
    display: block;
    font-size: 1em;
    line-height: 130%;
    color: #fff;
    background-color: #C32F27;
    text-decoration: none;
    padding: 2em;
    text-align: center;
    border: 4px solid #C32F27;
}
.taetowierer_auswahl a:hover {
    color: #fff;
    text-decoration: none;
    border: 4px solid #000;
}
.taetowierer_auswahl a.active,
.taetowierer_auswahl a.active:hover {
    border: 4px solid #000;
}
.taetowierer_auswahl a h3 {
    text-align: inherit;
    margin: 0 0 0.5em 0;
    padding: 0;
}
.taetowierer_auswahl a p {
    text-align: inherit;
    margin: 0.5em 0 0 0;
}
.taetowierer_auswahl .taetowierer .photo {
    width: 60%;
    height: 0;
    padding-bottom: 80%;
    margin: 0 auto 1em auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.wannados {
    position: relative;
    margin: 1em -1%;
}
.wannados .wannados_element {
    position: relative;
    width: 18%;
    float: left;
    margin: 1%;
}
.wannados3 .wannados_element {
    width: 31%;
    
}
.wannados .wannados_element .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    
}
.wannados .wannados_element .image img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
}
.wannados .wannados_element .info {
    text-align: center;
    
}
.wannados .wannados_element .info label.container {
    min-height: 80px !important;
    
}


.confirm_overview {
    
}
.confirm_overview .preis {
    text-align: right;
}
.confirm_overview .mwst {
    text-align: right;
}
.confirm_overview .gesamtbetrag_titel,
.confirm_overview .gesamtbetrag_preis {
    background-color: #3A3A3A;
    font-weight: bold;
}
.confirm_overview .gesamtbetrag_titel {
    
}
.confirm_overview .gesamtbetrag_preis {
    
}

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

    .myform .floatleft {
        float: none;
    }
    .myform .floatright {
        float: none;
    }
    .form_block .form100,
    .form_block .form75,
    .form_block .form50,
    .form_block .form40,
    .form_block .form33,
    .form_block .form25,
    .form_block .form20 {
    width: 98%;
    }
    .form_block .form75 .form100,
    .form_block .form50 .form100,
    .form_block .form40 .form100,
    .form_block .form33 .form100,
    .form_block .form25 .form100,
    .form_block .form20 .form100 {
    width: 98%;
    }


    .form_from {
    float: none;	
    }
    .form_to {
    float: none;	
    }

    .form_postcode {
    float: none;

    }
    .form_city {
    float: none;

    }
    
    .taetowierer_auswahl .taetowierer {
        width: 98%;
        float: none;
    }
    .wannados .wannados_element {
       width: 48%;
       margin: 1%;
    }
}



