/* HYPERLINKS */
a,
a:link,
a:hover,
a:active,
a:visited,
a:focus {
    color: #1f1f1f;
    text-decoration: none;
}
#main a,
#main a:link,
#main a:hover,
#main a:active,
#main a:visited,
#main a:focus {
    text-decoration: underline;
}

#main a.button,
#main a.button:link,
#main a.button:active,
#main a.button:visited,
#main a.button:hover {
    background:#5a7865 ;
    color:#fff;
    text-decoration: none;
    padding:5px;
    display: inline-block;
}

.extbase-debugger {
	margin-top:160px;
}

/* ########## */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* CONTENT */
#main h1,
#main h2,
#main h3,
.preh1{
    display: inline-block;
    width: 100%;
    line-height: 1;
    color: #2a2a29;   
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

#main h1{
    font-size:36px;
    margin-bottom:56px;
}

#main h2 {
	margin-bottom:1em;
}

#main .dce_teaser_item h2 {
	font-size:20px;
}

#main h3 {
   margin-bottom:1.5em;
}

#main .ce-headline-center {
	text-align: center !important;
}

#main ul {
    margin-left:35px;
}

#main ul,    
#main p {
    line-height: 1.7;
    margin-bottom:1em;
}

#main p.text-center {
	text-align: center;
}

/* RESPONSIVE */
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1279px) {
    #main h1{
		margin-bottom:36px;
	}
}
@media (max-width: 1023px) {
    .preh1 {
        font-size:80px;
    }     
}
@media (max-width: 767px) {
.preh1 {
        font-size:50px;
    }
    
    #main h1, #main h2 {
        font-size:22px;
        margin-bottom:28px;
        word-break: break-word;
    }
	
	#main h3 {
		font-size:18px;
	}
}
@media (max-width: 359px) {}

/* ###################################################################################################### */
/* ###################################################################################################### */


/* Abstände */

.frame-space-before-small {
    margin-top: 40px;
}
.frame-space-before-medium {
    margin-top: 80px;
}
.frame-space-before-large {
    margin-top: 120px;
}
.frame-space-after-small {
    margin-bottom: 40px;
}
.frame-space-after-medium {
    margin-bottom: 80px;
}
.frame-space-after-large {
    margin-bottom: 120px;
}

/* Anreiseformular */

.hotel-routing {
  background:#5a7865 ;
  text-align:center;
  padding:30px;
  margin:30px 0;
}

.hotel-routing input,
.hotel-routing button {
  height:40px;
  line-height:40px;
  border:none;
  padding:0 10px;  
  font-family: 'Quicksand', sans-serif;
    font-size:18px;
  width:300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius:0; 
    border-radius:0;
}

.input-routing-start {
}

.input-routing-submit {
  margin-left:3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius:0; 
    border-radius:0;
  background:#ccc;
}

.input-routing-submit:hover {
  cursor:pointer; 
}

/* ####### */

/* RESPONSIVE */
@media (max-width: 1023px) {
    .frame-space-before-small {
        margin-top: 32px;
    }
    .frame-space-before-medium {
        margin-top: 64px;
    }
    .frame-space-before-large {
        margin-top: 96px;
    }
    .frame-space-after-small {
        margin-bottom: 32px;
    }
    .frame-space-after-medium {
        margin-bottom: 64px;
    }
    .frame-space-after-large {
        margin-bottom: 96px;
    }
}
@media (max-width: 767px) {
 
    .frame-space-before-small {
        margin-top: 24px;
    }
    .frame-space-before-medium {
        margin-top: 48px;
    }
    .frame-space-before-large {
        margin-top: 72px;
    }
    .frame-space-after-small {
        margin-bottom: 24px;
    }
    .frame-space-after-medium {
        margin-bottom: 48px;
    }
    .frame-space-after-large {
        margin-bottom: 72px;
    }
}
@media (max-width: 359px) {
    .frame-space-before-small {
        margin-top: 16px;
    }
    .frame-space-before-medium {
        margin-top: 32px;
    }
    .frame-space-before-large {
        margin-top: 48px;
    }
    .frame-space-after-small {
        margin-bottom: 16px;
    }
    .frame-space-after-medium {
        margin-bottom: 32px;
    }
    .frame-space-after-large {
        margin-bottom: 48px;
    }
}
/* ########## */

/* ###################################################################################################### */
/* ###################################################################################################### */


/* Einrückungen */

.frame-indent {
    margin-left:12.5%;
    margin-right:12.5%;
}

.frame-indent2 {
    margin-left:100px;
    margin-right:100px;
}

/* ####### */

/* RESPONSIVE */
@media (max-width: 1366px) {
    .frame-indent {
    margin-left:5%;
    margin-right:5%;
}
}

@media (max-width: 1279px) {

.frame-indent2 {
    margin-left:4%;
    margin-right:4%;
}
}

@media (max-width: 1023px) {
    .frame-indent {
    margin-left:2%;
    margin-right:2%;
}
}


/* ###################################################################################################### */
/* ###################################################################################################### */


/* Bilder */ 
.ce-gallery img:hover {
    cursor:zoom-in;
}


.frame-type-html {
}


/* RESPONSIVE */
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1279px) {}
@media (max-width: 1023px) { 
    .frame-type-html {
        font-size:14px;
}
}
@media (max-width: 767px) {}
@media (max-width: 359px) {}

/* ###################################################################################################### */
/* ###################################################################################################### */
