// Distributionen

.subsdiaries {
	text-transform: uppercase;
	border: 1px solid;
}


/*Liste Language Switcher*/

.de, .fr, .nl, .es {
	display: none !important;
}

/*Boxsizing Borderbox*/

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*SIZE-INIT*/
body {
  margin: 0;
  padding: 0px;
  height: 100%;
  overflow-x: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  max-width: 1400px;
  box-sizing: border-box;
}

main {
    background-color: white;
    min-height: 600px;
}






/*REGIONS*/
#block-kingdome-branding,
.layout-content
 {
    padding-left: 25px;
	padding-right: 25px;

}
#block-kingdome-branding {
	display: inline;
}

.companylogo {
    margin-top: 29px;
}

.keyvisual {
	display: none;
}

@media all and (min-width: 650px) {
	
.companylogo {
    margin-bottom: 24px;
}

.keyvisual {
	display: inline;
}

}



header {
    width: 100% !important;
    display: block;
    position: relative;
    height: 104px;
    background-color: white;
    overflow: visible;
    border-bottom: 2px solid #0095D4;
    z-index: 20;
}

header .container {
	overflow: visible;
	height: 100%;
}


.navi-on {
	background-color: transparent;
	width: 32px;
	height: 35px;
	padding: 5px;
	background-image: url(../images/open-navi-iphone.png);
	background-repeat: no-repeat;
	float: right;
	margin: 42px 10px 0;
}

.navi-on span {
	display: none;
}


.layout-content {
    margin-top: 24px;
}

footer {
    background-color: #F2F2F2;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 160px;
	padding-left: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.main_footer {
    background-color: #0095D4 !important;
    color: white !important;
    max-width: 1400px;
	text-align:center;
}

.main_footer a:link, .main_footer a:hover, .main_footer a:visited {
    text-decoration: none;
    color: white;
}





.foo_distributors {
    margin-top: 250px;
}


#user-login-form {
    padding: 200px;
}

/*REGIONS Content*/
#block-kingdome-content ul {
	margin: 5px 0px 15px 0px;
}



/*Liste Content for registered users*/
table { border-collapse: collapse; }

th {
    background: #F2F2F2;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: left;
    padding: 10px;
    text-transform: uppercase;
}

.layout-sidebar-first tr:nth-child(even) {background: #FFF}
.layout-sidebar-first tr:nth-child(odd) {background: #F2F2F2}

td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.date-table {
	margin-right: 15px;
}


#block-dropdownlanguageselector {
    margin-top: 20px;
}

.pr-releases.contextual-region td {
	/*padding: 0;*/
}


.pr-release footer{
	margin-top:0px !important;
	margin-bottom:0px;
}


.report_columns .image_wrapper:nth-child(2) {
    padding-bottom: 15px;
	padding-top: 3px;
    display: inline-block;
}

.report_columns .image_wrapper:nth-child(4) {
	padding-top: 3px;
    display: inline-block;
}

.subtitle {
	margin-top: 5px;
}



#updownslider {
	border: 1px solid;
	height: 200px;
	display: block;
	position: relative;
	min-height: 200px;
	overflow: hidden;
}

.year {

}

.year_block {
	padding-top: 15px;
}

.prev_hi {
	
}

#navihis {
	border: 1px solid;
	display: inline;
}

.nextbut {
	z-index: 5;
    width: 40px;
	float: left;
    padding: 3px;
	margin-right: 10px;
}

.prevbut {
    z-index: 5;
    width: 40px;
    float: left;
    padding: 3px;
	margin-right: 10px;
}

.yearbut {
    z-index: 5;
    width: 110px;
    float: left;
    padding: 3px 8px 0px 0px;
}


.imagebut {
	clear: both;
}


#block-arrowtop {
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 999;
    border-radius: 4px;
    border: 1px solid white;
    display: none;
    width: 38px;
    height: 36px;
    background: url(../images/arrow-top.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

/*Contact Forms*/

#contact-message-feedback-form .form-item {
    background-color: #F2F2F2;
    padding: 18px 18px 0px 18px;
}

#contact-message-feedback-form {
    background-color: #F2F2F2;
	padding-bottom: 15px;
}



#contact-message-feedback-form #edit-actions {
	padding: 10px;
}

.button {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: normal;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 4px 1.5em;
    border: 1px solid #a6a6a6;
    border-radius: 20em;
    background-color: #f2f1eb;
    background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    color: #333;
    text-decoration: none;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}


/*  Figure-Histstory  */

.subtitles {
	font-size: 95%;
	max-width: 600px;
	margin: 0px 0px 25px 0px;
	padding: 0px 9px 0px 9px;
}


/*  Language-Switcher  */

.dropbutton button {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #0095D4 !important;
	min-height: 28px;
	max-height: 28px;
}

.dropbutton-arrow {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-width: 0.3333em 0.3333em 0;
    display: block;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 28%;
    top: 54%;
    margin-top: -0.1666em;
    width: 0;
    overflow: hidden;
    color: white;
    font-size: 20px;
    margin-left: 5px;
}

.js .dropbutton-multiple .dropbutton-widget {
    padding-right: 2em;
    padding-bottom: 7px !important;
}




.frontpage-pm h1 {
  /*display: none;*/
}


.layout-sidebar-first .views-row {
    width: 94%;
}






#col-1 {
	display: inline-block;

	float: left;
	margin-bottom: 15px;
}

#col-2 {
	display: inline-block;

	float: left;
	margin-bottom: 15px;
}

.floaty {
	float: left;
	display: inline-block;
}


.srcfloaty {
	margin-right: 7px;
	margin-bottom: 0px;
}


.textfloaty {
	max-width: 250px;
	margin-bottom: 15px;
}

.row {
	clear: both;
}


@media all and (min-width: 1130px) {
	.srcfloaty {
		margin-bottom: 14px;
	}
}



#content-area { width: 100% !important; }





srcfloaty




































































