/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */


/**
 * @file
 * Subtheme specific CSS.
 */

@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 400;
	  src: local('Open-Sans'), 
		local('Open-Sans'), 
		url('/themes/custom/eduict/fonts/OpenSans-Regular.ttf') format('truetype');
	}

body {font-family: 'Open Sans', sans-serif;!important }

body {font-size: 16px; }

a {text-decoration:none;
}

h1 {
	font-size: 24px;
	font-weight: 700;
}

h2, .h2 {
    font-size: 30px;
    font-weight: bold;
}

h3, .h3 {
    font-size: 21px;
    font-weight: bold;
}


/** Logo 
*/

.logo img {
	width: 350px;
	height: auto;
	margin-top: 70px;
	margin-bottom: 40px;
}

.navbar-header {
    float: none;
}

/** Hauptnavigation 
*/

.navbar-brand {
	display: none;
}

.menu--main li a {
	color: #1d5f9f !important;
}

.menu--main li.first {
	background-image: url('/themes/custom/eduict/images/home.svg');
	background-position: 5% 20%;
	background-size: 32px;
	background-repeat: no-repeat;
}

.menu--main li.first a {
	opacity: 0;
}

.navbar-default {
    background-color: white;
    border-color: white;
	border-bottom: solid 1px #1d5f9f;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #1d5f9f;
    background-color: #e8eff5;
}

.navbar {
border-radius: 0px;
}

.navbar-header {
	background-color: #edffe5;
}


/** Buchnavigation 
*/
#block-buchnavigation li {
	list-style: none;
	font-size: 14px;
}

#block-buchnavigation {
	margin-top: 40px;
}

ul ul {
	padding-left: 0;
}

ul ul li  {
	margin-bottom: 15px;
}

ul ul ul li  {
	margin-bottom: 5px;
}
/** Topmenu
*/
ul.menu--account a {
    float: left !important;
    color: #848584;
	font-size: 90%;
}

/** Seite
*/

.book .field--name-field-teaser {
	font-weight: bold;
	margin-bottom: 20px;
}

.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 0px;
}

p img.img_float_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

svg.mailto, svg.ext {
	padding-left: 5px;
	width: 24px;
}

.region-content  .book nav {
	display: none;
}

.region-content  .book ul.links {
	margin-top: 10px;
}

.scaleimage {
	width: 100%!important;
	height: auto!important;
}

.ui-helper-reset {
line-height: 1.5em;
font-size: 16px;
}

.ui-widget {
font-family: 'Open Sans', sans-serif;
}

.ui-accordion .ui-accordion-header {
	font-weight: bold;
}

/** Textbaustein
*/
div.field--name-field-mustertext {
background-image: url('/themes/custom/eduict/images/autofill.png');
background-position: 98% 0%;
background-repeat: no-repeat;
background-color: #F2F9FD;
border: 1px solid #cccccc;
border-collapse: collapse;
padding: 15px;
border-radius: 5px;
margin-bottom: 20px;
width: 100%;
clear: both;
}


div.field--name-field-mustertext  div.field--label {
    font-size: 21px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 8px;
    border-bottom: 1px dotted #000000;
    padding-bottom: 4px;
    color: #181818;
    width: 100%;
}

.ui-accordion .ui-accordion-header {
	margin-top: 20px;
}

div.group-vorgehen div.field--label {
    background-image: url('/themes/custom/eduict/images/tools.png');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border: 0px dotted #000000;
    padding: 0px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
	line-height: 30px;
}


div.group-erlaeuterungen div.field--label {
    background-image: url('/themes/custom/eduict/images/book.png');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border: 0px dotted #000000;
    padding: 0px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100% !important;
	line-height: 30px;
}

div.group-umsetzungshilfen div.field--label {
    background-image: url('/themes/custom/eduict/images/Keyhole.png');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border: 0px dotted #000000;
    padding: 0px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100% !important;
	line-height: 30px;
}


div.group-weblinks-literatur div.field--label {
    background-image: url('/themes/custom/eduict/images/link.png');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border: 0px dotted #000000;
    background-color: #FFFFFF;
    padding: 0px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
	line-height: 30px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
border: 1px solid #337ab7 /*{borderColorActive}*/;
background: #337ab7/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
font-weight: normal/*{fwDefault}*/;
color: black/*{fcActive}*/;
}


blockquote {
    padding: 10px 0px 5px 0px;
    margin: 5px 0px 10px 25px;
    border-top: 3px solid #216392;
    border-bottom: 1px solid #000000;
	border-left: 0;
    width: 30%;
    float: right;
}

/** Footer
*/

#block-eduict-servicelinks-2, #block-eduict-kontakt-2, #block-eduict-websitesderfachstelle-2 {
	float: left;
	width: 250px;
	margin-right: 15px;
	margin-bottom: 40px;
}

#block-eduict-kontakt-2 {
	margin-right: 158px;
}

.region-footer h3 {
font-size: 16px;
font-weight: 700;
border: none;
margin-top: 4px;
padding-top: 0;
}


.feed-icon {
	display: none;
}