

/*elda
rgb(150, 190, 212);  elda_light
rgb(58, 133, 165);  elda_dark
*/

/* ============================================ */

/* HEADER logos, login, metanavi */

/* ============================================ */

#esv-header {
	height: 160px;
}

#esv-header .logo {
	top: 10px;
}

#esv-header .logo img {
	height: 85px;
}

.login,
.userlinks {
	background: rgb(58, 133, 165);
}

.userlinks {
	width: 200%;
}

@media(max-width: 960px) {
	.userlinks {
		width: 500%
	}
}

.footerlogo img {
	width: 120px;
}

.login_portal .mysv.table-row {
	display: none;
}

/* ============================================ */

/*  IMGNAVI */

/* ============================================ */

.imgnavitext {
	background: rgba(150, 190, 212, 0.9); /*elda_light*/
}

.imgnavitext h2 a,
.imgnavitext .text,
.imgnavitext .text a,
.imgnavitext a:visited,
.imgnavitext a:focus, 
.imgnavitext a:active {
	color: rgb(255, 255, 255); /*white*/
}

/* ============================================ */

/* LINKS */

/* ============================================ */

a, 
a:active,
a:focus,
a:hover,
nav a:hover,
.current-menu-item a,
.current-menu-item a:hover,
nav.main .menu-item.open a,
nav.main .current-menu-ancestor a,
nav.meta .current-menu-ancestor a,
#esv-nav_portal_detail .where a {
	color: rgb(58, 133, 165);  /*elda*/
}

.letter a:hover {
    background-color: rgb(58, 133, 165);  /*elda*/
}

/* ============================================ */

/* ELEMENTS */

/* ============================================ */

.contentline.grey {
}

#esv-nav_portal_detail,
#esv-navigation,
#nav,
.showsub,
.blog.sidebar  {
	background: rgba(150, 190, 212, 0.1); /*elda_light*/
}

.esv_infobox,.tippbox,
.inpagenavi a {
    background: rgba(150, 190, 212, 0.3); /*elda_light*/
    color: rgb(58, 133, 165);  /*elda*/
}

a.feedback,
.landingitem h2,
.esv-td-header,
.score {
    background: rgba(150, 190, 212, 0.3); /*elda_light*/
}

hr,
hr.zonecloser {
	background: rgba(58, 133, 165, 0.2);  /*elda*/
}

.titelzone h1, /* old */
.titlezone h1,
.landing .lead,
.scores {
	color: rgb(58, 133, 165);  /*elda*/
}

a.feedback {
	color: rgb(58, 133, 165);  /*elda*/
}
a.feedback:hover {
	color: #475256;
}

td,
.linkbox.links_dropdown {
	border: 1px solid rgba(58, 133, 165, 0.2); /*elda*/
}

.esv-bullet li:before, .esv-karo li:before, .esv-arrow li:before {
	border-color: rgb(58, 133, 165); /*elda*/
}

.dotted, .dashed { 
	border-color: rgba(58, 133, 165, 0.2); /*elda*/
}

.linkbox, .landingitem,
.pager b, .pager a:hover { 
	border-bottom: 1px solid rgba(58, 133, 165, 0.2); /*elda*/
}

.linkbox.links_dropdown {
	border: 1px solid rgba(58, 133, 165, 0.2); /*elda*/
}

.list.images .textbox h3 {
	border-top: 1px solid rgba(58, 133, 165, 0.2); /*elda*/
}

.morestories a {
}

#esv-footer {
}

/* ============================================ */

/* RESPOND */

/* ============================================ */

@media (max-width: 960px) {

    #esv-header {
        height: 51px;
    }

    #esv-header .logo {
        top: 5px;
		margin-left: 1%;
    }

    #esv-header .logo img {
        width: auto;
        height: 42px;
    }
    
    .tools {
      width: 205px;
    }
	
	.searching .tools .column2 {
		width: 154px;
	}
	
	.column1 .linkbox,
    .column2 .linkbox {
        background-color: rgba(150, 190, 212, 0.1);  /*elda_light*/
    }

    .newslist .column1 h3.linkblock_title {
        background-color: rgba(150, 190, 212, 0.1);  /*elda_light*/
    }
	
	.landing .center .sidebar {
		border-top: 1px solid rgba(58, 133, 165, 0.2); /*elda*/
	}

}

@media (max-width: 600px) {

	.sidebar {
	    border-top: 1px solid rgba(58, 133, 165, 0.2); /*elda*/
	}
	
}

/* ============================================ */

/* PORTLET */

/* ============================================ */

button, .button, .btn,
.btn_2spalten, .btn_3spalten, .btn_4spalten, .btn_5spalten, .btn_6spalten, .btn_7spalten, .btn_8spalten, .btn_9spalten,
a.a_btn_3spalten, a.a_btn_4spalten, a.a_btn_5spalten, a.a_btn_6spalten, a.a_btn_7spalten {
	background: rgb(58, 133, 165);
}

.titel, .titel_detail,
.top_header, h2.top_header,
.beachtensie_1, .beachtensie_1_klein, .beachtensie_sternchen,
.sternchen,
#esv-main .termin h2,
.bestellung_preis,
#nav a:hover, #nav #nav_punkt_active a, #active a {
	color: rgb(58, 133, 165);
}

@media (max-width: 600px) {
	
	#esv-links { 
		border-top: 1px solid rgba(58, 133, 165, 0.2); /*elda*/
	}
	
}

.formular_baustein input {
	background: rgb(58, 133, 165);
}

/* ============================================ */
/*			HIDE LOGIN-Parts - START
/* ============================================ */


/* hide meinesv */
div.login_portal .row:nth-of-type(1) {
    display:none
}

/* ============================================ */
/*			HIDE LOGIN-Parts - END
/* ============================================ */

.ui-datepicker-prev, .ui-datepicker-next {
	background: rgb(150, 190, 212); /*elda_light*/
}

