/* CSS Document */

/* html classes */

body, input, select{
	background-color: #fff;
	font-family: 'Rajdhani', sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 1.5em;
}

h1, h2, h3, h4 {
	margin: 0em 0em 0.3em 0em;
	line-height: 1em;
	font-size: 2.2em;
	color: #a5a5a5;
	font-weight: 500;
}

h3, h4 {
	font-size: 1.6em;
	margin: 0em;
}

strong {
	font-weight: 600;
}

p {
	font-size: 1.2em;
}

a {
	color: #5396bd;
	text-decoration: none;
}

a:hover {
	color: #2b5770;
	text-decoration: none;
}

a.footer {
	color: #fff;
	font-size: 1.1em;
}

hr {
	padding-bottom: 10px;
	border: none;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

/* textauszeichnungen allgemein classes */


.small {
	font-size: 0.8em;
}

.error {
	width: 100%;
	margin: 1.5em 0em 1.5em 0em;
	color: #F00;
	font-weight: bold;
	font-size: 1.2em;
}

/* -------------------Layout allgemein */

.floater-l {
	float: left;
}

.floater-r {
	float: right;
}

.clear {
	font-size: 0em;
	clear: both;
}

/* -------------------Layout Header */

header {
	max-width: 1200px;
	margin: 0 auto;
}

#logo {
	background: url(/pics/atraveo/1000-logo-pt-atraveo.png);
	background-size: 412px 104px;
	width: 412px;
	height: 104px;
}

/* -------------------Layout Moodbar */

#moodbar {
	height: 350px;
	background: url(/pics/atraveo/mood-1.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 1.5em;
	display: none;
}

#moodbar div {
	margin: 0 auto;
	max-width: 1200px;
	padding: 3.5em 0em 0em 0em;
}

#moodbar span {
	padding: 0.3em 0.5em 0.3em 0.5em;
	line-height: 2.3em;
	background: #2b5770;
	color: #ffffff;
	font-size: 2.1em;
	text-transform: uppercase;
	font-weight: bold;
}

#moodbar span:last-of-type {
	background: #2b5770;
}

/* -------------------Layout Footer */

#footer {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	color: #ffffff;
}

#footer-bg {
	padding: 2em 0em;
	margin-top: 2em;
	width: 100%;
	background: #b8b8b8;
	border-bottom: 3em solid #2b5770;
}

/* -------------------Layout Content */

#content {
	max-width: 1200px;
	min-height: 1000px;
	margin: 0 auto;
}

.box50 {
	float: left;
	width: 48%;
}

.box-background {
	box-sizing: border-box;
	width: 100%;
	padding: 0.8em;
	border: 1px solid #2b5770;
}

.box-thema {
	margin-top: 0em;
}

.box100 {
	width: 100%;
	box-sizing: border-box;
}

.box33-l, .box33-m {
	float: left;
	width: 25%;
}

.box33-r {
	float: left;
	width: 50%;
}

.box33-r {
	text-align: right;
}

.details-pic {
	float: left;
	width: 24%;
	margin: 0% 2% 0% 0%;
}

.details-copy {
	float: left;
	width: 74%;
}

.details-price {
	font-size: 1.5em;
}

.details-ebook-hint {
	margin-top: 2em;
	border: 1px solid #b32f37;
	padding: 10px;
}

.kontaktblock {
	display:flex;
	flex-direction: row;
	padding: 1em;
	margin-bottom: 20px;
	background-color: #b8b8b8;
}

.kontaktblock-l, .kontaktblock-m, .kontaktblock-r {
	flex: 1;
	padding: 1em;
	margin-right: 1em;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.kontaktblock-r {
	margin-right: 0em;
}

.kontakttext {
	color:#2b5770;
	font-weight: bold;
	font-size: 1.2em;
}

.flex-ergebnisrow {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.flex-featuredrow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.featured{
	background-color: honeydew;
	padding: 1em 0.6em 0.2em 0.6em;
}

.featured h1{
	color: #2b5770;
	text-align: center;
}

.featured-content{
	height: 400px;
	overflow: hidden;
}

.featured-btn{
	margin-top: 10px;
}

.featured-flex-box {
	flex: 1;
	text-align: center;
	padding: 0em 1em 1.6em 1em;
}

.flex-box50-l {
	flex: 1;
	border-bottom: 1px solid #b8b8b8;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.flex-box50-r {
	flex: 1;
	border-bottom: 1px solid #b8b8b8;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
}

.flex-box50-e {
	flex: 1;
	margin: 0px 0px 0px 10px;
}

.flex-iconrow {
	display: flex;
	flex-direction: row;
}

.flex-iconbox50-r {
	flex: 1;
}

.flex-iconbox50-l {
	flex: 1;
}

.flex-contbox {
	display: flex;
	flex-direction: column;
}

.flex-item-text {
	flex-grow: 1;
}

.ergebnis-pic {
	width: 23%;
	margin: 0% 3% 0% 0%;
	height: 100%;
}

.ergebnis-pic-pic {
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.58);
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.58);
}

.ergebnis-data {
	width: 74%;
}

.ergebnis-price {
	font-size: 1.4em;
	margin: 0.5em 0em 0em 0em;
}

.ergebnis-styler {
	min-height: 200px
}

.ergebnis-ebookpic {
	margin-top: -25px;
}

.b-l {
	margin: 10px 4% 10px 0px;
}

.b-r {
	margin: 10px 0px 10px 0px;
}

.details {
	line-height: 1.5em;
	font-size: 1.1em;
}

/* Formulare */

/* Formulare Login*/

input[type=submit], input[type=reset] {
	border: none;
}

.in, .in-kontakt, .in-short, .in-area, .in-area-kontakt {
	width: 50%;
	height: 34px;	
	padding: 5px;
	border: 1px solid #9b9b9b;
	color: #9b9b9b;
}

.in-kontakt {
	width: 70%;
}

.in-short {
	width: 20%;
}

.in-area {
	height: 170px;
}

.in-area-kontakt {
	width: 70%;
	height: 170px;
}

.form-down {
	margin-bottom: 0.8em;
}

.searchinput {
	border: none;
	background: none;
	height: 45px;
	line-height: 45px;
	color: #9b9b9b;
	padding-left: 15px;
}

select::-ms-expand {
	display: none;
}

.searchfield {
	height: 45px;
	border: 1px solid #9b9b9b;
	background: #ffffff url(/pics/atraveo/0-searchicon.png) right no-repeat;
}

.selectfield select, .selectfield-login select {
	-webkit-appearance: none;
	/* Webkit */
	-moz-appearance: none;
	/* FF */
	-ms-appearance: none;
	/* Edge */
	appearance: none;
	/* Future */
	background: #ffffff url(/pics/atraveo/0-selecticon.png) right no-repeat;
	width: 100%;
	height: 45px;
	border: 1px solid #9b9b9b;
	height: 45px;
	color: #9b9b9b;
	padding-left: 10px;
}

.selectfield-login select {
	width: 50%;
}

.searchradios {
	display: flex;
	flex-direction: row;
	margin: 0.2em 0em 1.3em 0em;
}

.searchradio {
	flex: 1;
	padding: 3px;
	margin-right: 3px;
	background: #e8e8e8;
	align-items: center;
	justify-content: center;
	font-size: 1.1em;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
}

.searchradio:last-of-type {
	margin-right: 0px;
}

.radio-radio {
	float: left;
	margin-top: 2px;
}

.radio-text {
	float: left;
	padding-left: 0.4em;
}

input[type="radio"] {
	vertical-align: middle;
}

.btn {
	display: inline-block;
	padding: 9px 12px 7px 12px;
	background: #2b5770;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	;
}

.btn:hover {
	background: #b8b8b8;
}





.btn-row {
	float: left;
}

.btn-row .btn {
	margin-right: 0.3em;
}

.pagin {
	margin-bottom: 20px;
}

.pagin a {
	margin-right: 10px;
}

.pagin a:hover {
	color: #000;
}

.wk-gene {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

.wk-pic {
	width: 13%;
	padding-right: 2%;
	float: left;
}

.wk-info {
	width: 56%;
	padding-right: 2%;
	float: left;
}

.wk-change {
	width: 27%;
	float: left;
	float: left;
	text-align: right;
}

.wk-gesamt {
	box-sizing: border-box;
	background: #c2d6e2;
	color: #2b5770;
	padding: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.wk-gesamt h3 {
	color: #2b5770;
	font-weight: bold;
	margin-bottom: 15px;
}

.wk-gesamt hr {
	color: #2b5770;
	font-weight: bold;
	border: none;
	border-top: 1px solid #ffffff;
	color: #c2d6e2;
	background-color: #c2d6e2;
}

.wk-abschicken {
	margin-bottom: 2em;
}

.wk-info-reihe {
	font-size: 0.8em;
	margin-top: 1.2em;
}

.wk-info-preis-einzeln {
	font-size: 1.1em;
	margin-top: 1.2em;
}

.wk-info-preis-gesamt {
	font-size: 1.1em;
	font-weight: bold;
}

.in-wk {
	float: none;
	padding: 8px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #9b9b9b;
	border-radius: 0;
	height: 22px;
	-webkit-appearance: none;
	color: #9b9b9b;
	margin-bottom: 2px;
}

.in-wk-anzahl, .in-wk-aktua {
	float: none;
	margin-bottom: 15px;
}

.in-wk-loesch {
	float: none;
	margin-bottom: 0px;
}
	
/* -------------------Navigation */

.navigation {
	display: block;
	list-style-type: none;
	background: #2b5770;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 2.5em;
}

.navigation ul {
	text-align: left;
}

.navigation li {
	display: inline-block;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
}

.kategorien {
	background: rgb(83, 151, 190);
	background: linear-gradient(90deg, rgba(83, 151, 190, 1) 0%, rgba(43, 87, 112, 1) 100%);
}

.navigation li a {
	display: block;
	padding: 10px 15px 8px 20px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	transition: 0.9s;
}

.navigation li a:hover {
	color: #65ccee;
}

.navigation label {
	display: none;
}

#navigation-toggle {
	display: none;
}

/* > Cookiebar  ____________________________________________________________________________________________ */

#parkteamcks {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-top: 1px solid #2b5770;
	padding: 28px;
	font-size: 18px;
	line-height: 1.5em;
	z-index: 10000;
	color: #2b5770;
}

#parkteamcks a.button {
	cursor: pointer;
	background: #65ccee;
	color: #fff;
	padding: 16px 16px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
	float: right;
}

#parkteamcks p.cookiemessage {
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 6px;
}


/* > Additional Atraveo  ____________________________________________________________________________________________ */


body, input, select{
	font-family: 'Ubuntu', sans-serif !important;
}

#moodbar span {
	background: #ffffff !important;
	color: #fe0000 !important;;
	text-transform: none !important;
	font-weight: normal !important;
	font-size: 1.9em;
}

.navigation {
	background: #fe0000 !important;
	color: #ffffff !important;
	text-transform: none !important;
}

.navigation li a {
	color: #ffffff;
	font-weight: normal;
	transition: 0.9s;
	border-right: 3px solid #fff;
	text-transform: none !important;
	margin-left: -3px !important
}

.navigation li a:hover, .kategorien li a:hover {
	color: #ffffff;
	background: #666666;
}

.kategorien {
	background: #fe0000 !important;
	color: #fff !important;
	font-weight: normal !important;
}

h1, h2, h3, h4 {
	color: #666666 !important;
	text-transform: uppercase;;
}


.btn {
	background: #fe0000 !important;
	color: #fff;
	font-weight: 700 !important;
	text-transform: none !important;
}

.btn:hover {
	background: #666666 !important;
	color: #fff !important;
	text-transform: none !important;
}
