/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
	line-height: 170%;
}
body {
/* line-height: 1; */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}
/* layout */
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #121212;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background:#e8e9eb
}
a {
	color: #121212;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
a:hover, a:visited, a:active, a:focus {
	color: #121212;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity:0.5;
	cursor:pointer;
}
p {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
strong {
	font-weight: bold;
}

::-moz-selection {
background: #000;
color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
a:hover>img {
	opacity: 0.6
}
/* pages */
.upper-page {
	min-height: 100%;
	margin: 0;
	padding: 0;
}
.upper-content {
	margin: 0 auto;
	padding: 0;
}
.lower-page {
	min-height: 100%;
	margin: 0;
	padding: 0;
}
.lower-content {
	padding: 0;
	margin: 0 auto;
}
.sections-home, .sections {
	position: relative;
	margin: 0 auto;
	z-index: 10;
}
.sections {
	max-width: 1150px;
	padding: 30px;
}

@media all and (min-width: 1920px) {
.sections {
	padding: 105px 30px;
}
}

@media only screen and (max-width: 991px) {
.sections {
	padding: 100px 30px;
}
}
@media only screen and (max-width: 400px) {
	a.longlink {
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
}
@media only screen and (max-width: 640px) {

.sections {
	padding: 75px 30px;
}
}
#privacy, #contact {
	display: none;
}
#privacy h3 {
	font-size: 14px
}
#privacy p {
	margin-bottom: 15px
}
/* center container */
.center-container-home {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.center-block-home {
	display: table-cell;
	vertical-align: middle;
}
.center-container {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #e8e9eb;
}
.center-block {
	display: table-cell;
	vertical-align: middle;
}
h1, h2 {
	font-size: 16px
}
.introtext-text {
	max-width: 675px;
	margin-left: auto;
	margin-right: auto
}
.navi a {
	margin: 0 5px
}
.introduction {
	text-align: center
}
.returnlink {
	margin-top: 30px;
	display: block;
}

.headline, .introtext, .address {margin-bottom:45px}
/* Flexbox */


svg {width:100%; max-width:100%; height:auto}
#logoicon {width:14px}
.flex-container_logos {
	margin-top:45px;
    position: relative;
    display: flex;
	flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 778px) {
	.flex-container_logos {
	  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
}

.flex-container_logos svg {
 opacity: 1;
  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   
   }
.flex-container_logos svg:hover {opacity:0.7}

.flexchild {text-align:center;margin:10px }
.flexchild svg {display:block} 
.aaa_berlin, .aaa_la, .ghost {width:65px}
.amm {width:105px}
.schimanski {width:130px}
.askmytravelagent {width:110px}
/* unter dieser weite bricht die logoreihe */
@media only screen and (min-width: 736px) {
.flexchild {align-self: flex-end;}
.aaa_berlin, .aaa_la {margin-bottom:-5px;}
.amm {width:105px}
.schimanski {margin-bottom:9px}
.askmytravelagent {margin-bottom: 8px}
}

.flex-container {
    position: relative;
    display: flex;
    align-items: center;
}
.flex-container>div { flex: 1;}
a.contact, a:hover.contact {
	color: #000;
}

/* preloader */
.preloader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
	z-index: 999999;
}
#preloader {
	position: fixed;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	z-index: 999999;
}
#preloader-status {
	display: table-cell;
	vertical-align: middle;
}
.preloader-position {
	position: relative;
	margin: 0 auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.loader {
	position: relative;
	width: 45px;
	height: 45px;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: 2px;
	-webkit-animation: rotate 1s infinite linear;
	-moz-animation: rotate 1s infinite linear;
	-ms-animation: rotate 1s infinite linear;
	-o-animation: rotate 1s infinite linear;
	animation: rotate 1s infinite linear;
	border: 3px solid rgba(255, 255, 255, .15);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.loader span {
	position: absolute;
	width: 45px;
	height: 45px;
	top: -3px;
	left: -3px;
	border: 3px solid transparent;
	border-top: 3px solid rgba(255, 255, 255, .75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
 @-webkit-keyframes rotate {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
@keyframes rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.introduction.introduction-on {
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.introduction.introduction-off {
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* cookie */
.fixed {
	position: fixed;
	will-change: transform;
}
.fixed--bottom {
	bottom: 0;
	left: 0;
	z-index: 99999;
}
/* modules/button.css */
button {
	background-color: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}
.button {
	border-style: solid;
	border-width: 0.0625em;
	padding: 0.5em 1em;
	position: relative;
}
.button::after {
	background-color: #333;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	will-change: opacity;
	z-index: -1;
}
.button:focus::after, .button:hover::after {
	opacity: 1;
}
/* modules/cookie-disclaimer.css */

.cookie-disclaimer {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 11px; line-height:1.2;
	opacity: 0; font-weight:normal;
	padding: 10px 15px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, transform 0.5s;
	transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.cookie-disclaimer.is-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.cookie-disclaimer :first-child {
	margin-top: 0;
}
.cookie-disclaimer :last-child {
	margin-bottom: 0;
}
/* modules/media.css */

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.media--center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.media__object--left {
	margin-right: 1em;
}
.media__object--right {
	margin-left: 1em;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.media__body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.media__body a {
	color: #fff
}
