/* CSS for traveltyp.de */

/* -------------------------------------------------------------- 
/* =Basis
-------------------------------------------------------------- */

*, *:after, *:before { 	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

* { 
	margin:0; 
	padding:0;
}

body, html { 
	font-size: 100%; 
	padding: 0; 
	margin: 0; 
	height: 100%;
}

body {
 	background: #fff;
 	font-family: 'Roboto', sans-serif;
}
body#offline {
	height: initial;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.introimage {
	margin-bottom: 30px;
}
.fullimage {
	padding: 0 0 30px 0;
}
.imagecaption {
	text-align: right;
	margin-top: -34px;
	padding: 5px;
	margin-bottom: 20px;
	color: #666;
	background: #f3f3f3;
	font-size: 13px;
}
#page {
 	z-index: 10;
	position: relative;
	opacity: 0;
	margin-top: 20px;
	background: #fff;
	transition:all 1s ease 1s;
	-webkit-transition:all 1s ease 1s;
	-moz-transition:all 1s ease 1s;
	-o-transition:all 1s ease 1s;
	background: url('../img/logo.png') no-repeat center;
}

#page.displayed {
	opacity: 1;
	margin: 0;
	background-image: none;
}

hr {
    height: 1px;
    background-color: #e9e9e9;
    border: 0px;
}
.mb-3 {
	margin-bottom: 30px;
}
.mb-4 {
	margin-bottom: 40px;
}
.text-right {
	text-align:right;
}

/* LABELS */
.label-info {
    background-color: #777;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label a, .label a:hover {
	text-decoration: none;
}
a.cc-link {text-decoration:none!important;}
.tagcontainer {
	width: 100%;
	clear:both;
	margin-bottom: 45px;
}
ul.tags {
	float:right;
}
ul.tags li a {
	padding: 3px 5px;
	font-size: 13px;
}
ul.tags li.tagline {
	padding-right: 10px;
	color: #666;
}
ul.inline {
	list-style: none;
	clear: both;
	height: 25px;
}
ul.inline li {
	float: left;
}
.articleinfo {
	color: #666;
	text-align: right;
	margin-top:-25px;
	margin-bottom: 10px;
}
.articleinfo a {
	border-bottom: none;
	padding-bottom: 0;
	font-weight: bold;
}
hr.mb-3 {
	margin-bottom: 30px;
}

.readmore {
	width: 100%;
	clear:both;
	text-align: right;
	margin-bottom: 100px;
}

/* -------------------------------------------------------------- 
/* =OFFLINE PAGE
-------------------------------------------------------------- */
.offlinecontainer {
	margin: 200px auto 200px auto;
	width: 500px;
	text-align: center;
}
.offlinecontainer img {
	margin: 0 auto 100px auto;
	max-width: 100%;
}
.offlinecontainer h3 {
	padding-top: 10px;
}


/* -------------------------------------------------------------- 
/* =TYPOGRAPHY
-------------------------------------------------------------- */

p {
	color: #333;
	margin-bottom: 34px;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: 0.6px;
}

a {
	outline: none;
	text-decoration: none;
	color: #666;
	transition: 500ms ease;
	-moz-transition: 500ms ease;
	-webkit-transition: 500ms ease;
	-ms-transition: 500ms ease;
	-o-transition: 500ms ease;
	border-bottom: 1px solid #666;
	padding-bottom: 4px;
}
a.linkedtitle {
	border: none;
	color: #222;
}

a:hover {
	opacity: 0.5;
}

.page-header {
	margin-bottom: 34px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #ccc;

}

/* -------------------------------------------------------------- 
/* =Header
-------------------------------------------------------------- */

header {
	width: 100%;
	height: 140px;
	line-height: 30px;
	padding: 0 80px;
	z-index: 100;
	top: 0;
}

#nav {
	float: right;
}

#nav ul li {
    float: left;
    list-style: none;
}

#nav ul li a {
    display: block;
    margin-left: 40px;
    margin-top: 50px;
    color: #666;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 0px;
	padding-bottom: 0px;
}

header .logo {
	height: 90px;
	margin-top: 25px;
	float: left;
	position: absolute;
	transition: 500ms ease;
	-moz-transition: 500ms ease;
	-webkit-transition: 500ms ease;
	-ms-transition: 500ms ease;
	-o-transition: 500ms ease;
}

header img:hover {
	opacity: 0.7;
}

header .instagram-header-icon img {
	height: 15px;
	margin-top: 8px;
}

#nav ul li.active a {
    border-bottom: 1px solid #bbbbbb;
}

/* -------------------------------------------------------------- 
/* Hero Image
-------------------------------------------------------------- */

.hero-image-home {
	width: 100%;
	height: 400px;
    background-color: #f3f3f3;
	background-image: url('../img/hero-image-home.jpg');
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.hero-image-menu {
    width: 100%;
    height: 350px;
    background-color: #f3f3f3;
    background-image: url('../img/hero-image-menu.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.hero-image-gallery {
    width: 100%;
    height: 350px;
    background-color: #f3f3f3;
    background-image: url('../img/hero-image-gallery.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.hero-image-contact {
    width: 100%;
    height: 350px;
    background-color: #f3f3f3;
    background-image: url('../img/hero-image-contact.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

/* -------------------------------------------------------------- 
/* Main
-------------------------------------------------------------- */

.main {
	width: 720px;
	margin: 120px auto;
	text-align: justify;
}
.main ul {
	padding-left:20px;
	padding-top: 10px;
	color: #333;
	font-weight:300;
}
.main ul.tags.inline {
	padding-top: 0px;
}
.main ul li {
	padding: 0;
	line-height: 32px;
}

/* -------------------------------------------------------------- 
/* Menu Table
-------------------------------------------------------------- */

th, td {
    padding: 4px 20px 0 25px;
    height: 45px;
    text-align: left;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.6px;
    color: #666666;
}

th {
    color: #666;
    height: 45px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.6px;
}

td:nth-of-type(even) {
    text-align: right;
    padding: 0 25px 0 20px;
    min-width: 90px;
}

/* -------------------------------------------------------------- 
/* Gallery
-------------------------------------------------------------- */
h4.bilderheading {
	margin-left: 10px;
	padding-bottom: 5px;
}
.example-image {
  width: 160px;
  height: 160px;
}

.example-image-link {
  width: 160px;
  height: 160px;
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 9px;
  margin-left: 9px;  
}

.example-image-link:nth-of-type(4n+0) {
   margin-right: 0px;
}

/* -------------------------------------------------------------- 
/* =Contact Form
-------------------------------------------------------------- */
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.row {
		margin-bottom: 60px;
		clear: both;
			margin-left: -15px;
	margin-right:-15px;
}
.col-sm-6 {
	float: left;
	width: 50%;
	padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
	width: 100%;
	float: left;
	    padding-right: 15px;
    padding-left: 15px;
}
#g-recaptcha-27 {
	float:right;
}
form input, 
form textarea {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    border: 1px solid #c7c7c7;
    height: 35px;
    margin-bottom: 20px;
    padding-left: 14px;
    font-size: 12px;
    border-radius: 1px;
  	font-weight: 300;
  	letter-spacing: 0.6px;
    transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
}

form input:active,
form textarea:active,
form input:focus,
form textarea:focus {
    border: 1px solid #343638;
    outline: none;
    transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
}

form textarea {
    height: 100px;
    padding: 10px 0 0 14px;
    transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

form textarea:focus {
 	height: 200px;
 	transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
}

form input:last-of-type {
    color: #fff;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding-left: 5px;
    height: 40px;
    line-height: 36px;
    transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
}
input[type="checkbox"] {
	width: 20px!important;
	height: 20px!important;
	-webkit-appearance: checkbox;
	float: left;
	margin-bottom: 100px!important;
	margin-top: 7px;
	margin-right: 10px;
}
.formError {
    color: #CF4D4D!important;
    font-weight: bold;
    font-size: 1rem;
	line-height: 1.4px;
}

form input:last-of-type:hover, 
form input:last-of-type:focus, 
form input:last-of-type:active {
    background-color: #fff;
    color: #000;
    border: 1px solid #343638;
    cursor: pointer;
    transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
}

input {
 	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
button.btn.btn-primary {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* -------------------------------------------------------------- 
/* =Footer
-------------------------------------------------------------- */

footer {
	text-align: center;
	background-color: #f3f3f3;
	height: 80px;
}

footer p {
	font-size: 13px;
	color: #aaa;
	letter-spacing: 0;
	line-height: 80px;
	margin-bottom: 0;
}

/* -------------------------------------------------------------- 
/* =Responsive / Screen under 600px
-------------------------------------------------------------- */

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

/* -------------------------------------------------------------- 
/* =Header Responsive
-------------------------------------------------------------- */

header {
    padding-left: 30px;
}

#nav {
	width: 100%;
    top: 132px;
    position: absolute;
    right: 0;
}

#nav:before {
    font-family: sans-serif;
    font-style: normal;
    content: '\2630';
    display: block;
    position: absolute;
    right: 30px;
    top: -82px;
    line-height: 27px;
    font-size: 20px;
    color: #323232;
    cursor: pointer;
}

#nav ul {
    background-color: #343638;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#nav ul li {
    float: none;
}

#nav ul li a {
    line-height: 60px;
    margin: 0;
    color: #fff;
    z-index: 10;
    height: 60px;
    transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
}

#nav ul li a:last-of-type {

}

#nav ul li a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    opacity: 1;
}

#nav ul {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
    -ms-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;

    transform: perspective(0) rotate3d(0, 0, 0, 0);
    -moz-transform: perspective(0) rotate3d(1, 0, 0, -90deg);
    -ms-transform: perspective(0) rotate3d(0, 0, 0, 0);
    -o-transform: perspective(0) rotate3d(0, 0, 0, 0);
    -webkit-transform: perspective(0) rotate3d(1, 0, 0, -90deg);

    transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
}

#nav.open ul {
    height: auto;
    opacity: 1;
    transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -webkit-transform: translateY(8px);
}

#nav ul li.active a {
    border-bottom: 0px;
}

/* -------------------------------------------------------------- 
/* =Hero Image Responsive
-------------------------------------------------------------- */

.hero-image-home,
.hero-image-menu,
.hero-image-gallery,
.hero-image-contact {
	height: 300px;
}

/* -------------------------------------------------------------- 
/* =Main Responsive
-------------------------------------------------------------- */

.main {
	padding: 0 30px; 
	width: auto;
}

/* -------------------------------------------------------------- 
/* =Gallery
-------------------------------------------------------------- */

.example-image {
    width: 100%;
    height: auto;
}

.example-image-link,
.example-image-link:nth-of-type(4n+0) {
    width: 48%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4%;
    border-bottom: 0;
    padding-bottom: 0;
}

.example-image-link:nth-of-type(even) {
    margin-right: 0px;
}

}

