/* EDITOR CSS
 *********************************************/

body {
	line-height: 1.5;
}

#tinymce {
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	background: #ffffff;
	margin: 0;
	line-height: 1.5;
	color: #000;
}

/*hand cursor on clickable elements*/
.clickable, label, input[type=button], input[type=submit], button {
	cursor: pointer;
}
/*Webkit browsers add a 2px margin outside the chrome of form elements*/
button, input, select, textarea {
	margin: 0;
}
/*make buttons play nice in IE*/
button {
	width: auto;
	overflow: visible;
}
/*scale images in IE7 more attractively*/
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
/*prevent BG image flicker upon hover*/
.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true) );
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* allgemeines Format für links */

a:link, a:visited {
	color: #006892;
	outline: none;
}

a:hover, a:active {
	color: #555;
	outline: none !important;
}

/* Formate für Bild-Links im Contentbereich ----------------------------------*/
a:link img, a:visited img, a:hover img, a.jcebox {
	border: none;
	padding: 0px;
	outline: none;
}

/* Formate für Absätze, Schrift etc. -----------------------------------------*/
p {
	padding: 0.5em 0;
	margin: 0;
}

h1, h2, h3, h4 {
    font-family: 'Signika', sans-serif;
	font-weight: bold;
	color: #006892;
	line-height: 1.2;
}
h1 {
	font-size: 32px;
	margin: 10px 0;
}
h2 {
	font-size: 24px;
	margin: 8px 0;
}
h3 {
	color: #5c5c5c;
	font-size: 20px;
	margin: 5px 0;
}
/* Zweispaltiger Text---------------------------------------------------------*/
.linkespalte, .rechtespalte {
	float:left;
	width: 47%;
	text-align: justify;
}
.linkespalte {
	padding-right: 6%;
}
.linkespalte li , .rechtespalte li {
	text-align: left;
}
/* list-Styles ---------------------------------------------------------------*/
ul {
	margin-top: 0;
	padding-top: 0;
	list-style: none;
}

#main-box-content ul, #right-box-1 ul, #tinymce ul {
	margin: 0;
	padding: 0 0 5px 0;
}

#main-box-content ul li, #right-box-1 ul li, #tinymce ul li {
	list-style: disc outside none;
	margin: 0;
	margin: 3px 0 3px 21px;
}

#main-box-content ul li.checkliste, #tinymce ul li.checkliste {
	list-style: none;
	background: url(../images/typo/check.png) no-repeat 0px 3px;
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 2px 0px;
}

#main-box-content ul li.pfeilliste, #tinymce ul li.pfeilliste {
	list-style: none;
	background: url(../images/typo/pfeil.png) no-repeat 0px 3px;
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 2px 0px;
}

#main-box-content ul li.sternliste, #tinymce ul li.sternliste {
	list-style: none;
	background: url(../images/typo/stern.png) no-repeat 0px 3px;
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 2px 0px;
}

#main-box-content ul ul li, #tinymce ul ul li {
	list-style: disc inside none;
	background: none;
	padding: 0px 0px 2px 0px;
	margin-left: 20px;
}

#main-box-content ol, #tinymce ol {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
	padding: 2px 0px 2px 22px;
}

#main-box-content ol li, #tinymce ol li {
	margin-bottom: 5px;
	margin-left: 1px;
}

#main-box-content ol ol li, #tinymce ol ol li {
	list-style-type: decimal-leading-zero;
	padding: 4px 0px 0px 0px;
}

#main-box-content dl dt, #tinymce dl dt {
	font-weight: bold;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

#main-box-content dl dd, #tinymce dl dd {
	margin-left: 50px;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	margin: 0px 0 10px 15px;
}

blockquote.quotation {
	background: url("../images/typo/zitat_links.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	margin: 10px 0;
	padding: 10px 45px;
	text-align: justify;
}
blockquote.quotation p {
	background: url("../images/typo/zitat_rechts.png") no-repeat scroll 100% 100% transparent;
	margin: 0 -45px -10px 0;
	padding: 0 45px 10px 0;
}

#main-box-content img {
	margin: 0.6em 0;
}

#main-box-content img.bild-links, #tinymce img.bild-links {
	float: left;
	margin: 5px 15px 10px 0px;
	width: 40%;

}

#main-box-content img.bild-rechts, #tinymce img.bild-rechts {
	float: right;
	margin: 5px 0px 10px 15px;
	width: 40%;
	height: auto;
}
.bild-full {
	width: 100%;
	height: auto;
}

.small {
	font-size: 12px;
	line-height: 14px;
}

.text-blau {
	color: #003b6f;
}

.highlight-1 {
	background-color: #096cb2;
	color: #FFFFFF;
	padding: 1px 5px;
}

hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #ccc;
	border-bottom: transparent;
	margin: 5px 0;
}

/* Abstand Label Adressen*/
.label_kontakt {
	display: block;
	float: left;
	width: 65px;
}
/*youtube videos*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.editor .video-container {
    width: 100%;
    height: 300px;
    background: #aaa;
}

/*Textboxen Info, Hinweis, Warnung -------------------------------------------*/

.hinweis-gruen,
.hinweis-rot,
.hinweis-gelb,
.hinweis-blau {
    background: none repeat scroll 0 0 #97C02F;
    color: #FFFFFF;
    margin: 2em auto;
    overflow: hidden;
    padding: 1em 1.5em;
    position: relative;
    /* für die rundung */
    border-radius: 5px 0 5px 5px;
}
.hinweis-gruen:before,
.hinweis-rot:before,
.hinweis-gelb:before,
.hinweis-blau:before {
    background: none repeat scroll 0 0 #658E15;
    border-color: #FFFFFF #FFFFFF #658E15 #658E15;
    border-style: solid;
    border-width: 0 16px 16px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    /* für die rundung */
    border-color: #FFFFFF #FFFFFF transparent transparent;
    border-radius: 0 0 0 5px;
    border-width: 8px;
}
.hinweis-rot {
    background: none repeat scroll 0 0 #C93213;
}
.hinweis-rot:before {
    background: none repeat scroll 0 0 #97010A;
    border-color: #FFFFFF #FFFFFF #97010A #97010A;
}
.hinweis-blau {
    background: none repeat scroll 0 0 #53A3B4;
}
.hinweis-blau:before {
    background: none repeat scroll 0 0 #448C9C;
    border-color: #FFFFFF #FFFFFF #448C9C #448C9C;
}
.hinweis-gelb {
    background: none repeat scroll 0 0 #fecc01;
    color: #755D01;
}
.hinweis-gelb:before {
    background: none repeat scroll 0 0 #E4B701;
    border-color: #FFFFFF #FFFFFF #E4B701 #E4B701;
}

/* Responsive Tabellen -------------------------------------------------------*/

#main-box-content table.responsive,
#tinymce table.responsive {
    border-spacing: 0;
    width: 400px;
    white-space: nowrap;
    width: 100%;
    border-collapse: collapse;
}


#main-box-content table.responsive tr,
#tinymce table.responsive tr {
	border-left: 1px solid #B12B10;
	border-right: 1px solid #B12B10;
}

#main-box-content table.responsive th,
#tinymce table.responsive th {
	background-color: #C93213;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	font-size: 16px;
    border-right: 1px solid #B12B10;
    border-top: 1px solid #B12B10;
    text-transform: uppercase;
}

#main-box-content table.responsive th:last-child,
#tinymce table.responsive th:last-child {
  border-right: 1px solid #B12B10;
}

#main-box-content table.responsive td,
#tinymce table.responsive td {
	border-bottom: 1px solid #B12B10;
	padding: 10px 10px 10px 10px;
    border-right: 1px solid #B12B10;
}

#main-box-content table.responsive td:last-child,
#tinymce table.responsive td:last-child {
    border-right: none;
}

.responsiveTableStatic th {
 -webkit-border-top-right-radius: 0 !important;
 -moz-border-radius-topright: 0 !important;
 border-top-right-radius: 0 !important;
 -webkit-border-bottom-right-radius: 0 !important;
 -moz-border-radius-bottomright: 0 !important;
 border-bottom-right-radius: 0 !important;
}
.responsiveTableStatic.abgerundet th, .responsiveTableStatic.abgerundet th, .responsiveTableStatic.abgerundet tr:first-child, .overflowContainer tr:first-child {
	border: none !important;
}
.overflowContainer .abgerundet th:last-child {
	 -webkit-border-top-right-radius: 10px !important;
	 -moz-border-radius-topright: 10px !important;
	 border-top-right-radius: 10px !important;
}
.overflowContainer table.responsive tr {
    border-left: 1px solid #B12B10;
    border-right: medium none;
}
.overflowContainer table.responsive td:nth-child(2), .overflowContainer table.responsive tr {
    border-left: medium none !important;
}

/*paketbox bei bernina express */
#tinymce div.paketteaser {
  background: #eee;
}

a.button-call2action {
    color: #fff;
    background-color: #E11A27;
    text-decoration: none;
    padding: 6px 15px;
    margin: 5px 0;
    box-shadow: 0px 3px 2px 0 rgba(0,0,0,.3);
    transition: all .3s ease-in-out;
}
a.button-call2action:hover {
    color: #fff;
    box-shadow: 0px 3px 2px 0 rgba(0,0,0,.5);
}
/* Anpassungen für Editor */
.editor div {
  border: none;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  background: none;
}
.editor .zweispaltig {
  clear: left;
  display: inline-block;
  width: 98%;
}

.editor .zweispaltig .linkespalte,
.editor .zweispaltig .rechtespalte {
  width: 47%;
  background: #eeeeee;
}