/*================================================
CSS-Datei für das concrete5-Theme „rs_wandel“
auf www.remscheid-im-wandel.de
erstellt von Torsten Kelsch, 2013-2014
http://www.torstenkelsch.de/
================================================*/

/* --------------------
Verwendete Farben
-------------------- */

/*
#34382E
#008592 (RGB 0,133,146)                 
#EDEDED (RGB 161,209,104)
#A1D168
#FF6E21
#FFFFFF
*/

/***** Webfonts *****/

/**
 * @license
 * MyFonts Webfont Build ID 3880013, 2020-03-14T09:13:55-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ContaxSans56-Italic by Type Innovations
 * URL: https://www.myfonts.com/fonts/typeinnovations/contax-sans/56-italic/
 * Copyright: Copyright (c) Alex Kaczun, dba Type Innovations, 2011. All rights reserved.
 * 
 * Webfont: ContaxSans55 by Type Innovations
 * URL: https://www.myfonts.com/fonts/typeinnovations/contax-sans/55-regular/
 * Copyright: Copyright (c) Alex Kaczun, dba Type Innovations, 2011. All rights reserved.
 * 
 * © 2020 MyFonts Inc
*/
@font-face {
	font-family: 'ContaxSans';
	font-weight: normal;
	font-style: normal;
	src: url('webfonts/ContaxSans55.woff') format('woff');
}
@font-face {
	font-family: 'ContaxSans';
	font-weight: normal;
	font-style: italic;
	src: url('webfonts/ContaxSans56-Italic.woff') format('woff');
}


/***** Basic Styles *****/

body {
	background: #EDEDED;
	color: #34382E;
	font: 1rem 'ContaxSans', sans-serif;
	line-height: 140%;
	margin: 0 auto;
	padding: 0;
	width: auto;  
}
.clear {
	clear: both;
	display: block;
	height: 0;
}
.clear16 {
	background: #EDEDED;
	clear: both;
	height: 16px;
}

/***** Mobile First *****/

.row {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
}
.grid_4,
.grid_6,
.grid_8,
.grid_12 {
	background: transparent;
	display: block;
	float: none;
	margin: 0;
	padding: 8px 16px;
	width: auto;
}

/***** Logo *****/

div.logo {
	background: #EDEDED;
	border-bottom: solid 8px #EDEDED;
	height: 72px;
}
.logoleft,
.logoright {
	color: #008592;
	float: left;
}
.logoright {
	margin-left: 8px;
}
.logoriw,
.logoclaim {
	display: block;
	font-size: 18px;
	line-height: 140%;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
.logoclaim {
	font-size: 14px;
}

/***** Footer *****/

div.footer {
	background: #008592;
	border-top: solid 8px #EDEDED;
	border-bottom: solid 8px #EDEDED;
	color: #fff;
	font-size: 18px;
}
div.footer a {
	color: #fff;
	display: block;
	text-decoration: none;
} 
div.footer a:hover {
	text-decoration: underline;
}

/***** Typography *****/

h1, h2, h3, h4, h5, h6, 
.h1dummy, .h2dummy {
	font-weight: normal;
	line-height: 135%;
	margin: 14px 0 10px 0;
	padding: 0;
}
h1, 
.h1dummy {
	font-size: 2rem;
}
h2,
.h2dummy {
	font-size: 1.8rem;
}
p~h2,
p~h3 {
	padding-top: 16px;
}
.h1dummy~.h2dummy {
	line-height: 50%;
	margin: -4px 0 24px 0;
}
h3,
.h3dummy {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.4rem;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1.1rem;
}
hr {
	border: 0;
	border-top: 2px solid #EDEDED;
	height: 3px;
	margin: 16px 0;
	text-align: left;
	width: 100%;
}
hr.dick {
	border-top: 8px solid #EDEDED;
}
div.ueberschrift {
	line-height: 100%;
	margin: 0;
	padding-bottom: 0;
}
div.meta {
	font-size: 0.8em;
}
p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;	
	margin-bottom: 1em;
}
p.nav {
	background: #FF6E21;
	height: 64px;
	margin: 0;
	padding: 0;
	width: 100%;
}
p.mitfreunden {
	color: #008592;
	font-size: 19px;
}
p.paddingtop {
	border-top: solid 8px #EDEDED;
	padding-top: 32px;
}
p.rsimw {
	color: #008592;
	font-size: 24px;
	font-weight: bold;
}
sup, sub {
	height: 0;
	vertical-align: baseline;
	vertical-align: bottom;
	position: relative;
}
sup { 
	bottom: 1px; 
}
sub { 
	top: 1px; 
	font-size: .6em; 
}
em, i, .italic, .kursiv { 
	font-style: italic; 
}
strong, b, .bold, .fett { 
	font-weight: bold; 
}
small, .small	{ 
	font-size: 12px; 
}
.besonderer-termin {
	background: #DCF978;
}
.margin48 {
	margin: 48px 0;
}

/***** Links *****/

a:link, 
a:visited, 
a:active, 
a:hover	{
	color: #34382E;
	text-decoration: underline;
}

/***** Lists *****/

ul, ol {
	list-style-type: square;
	margin: 0 0 20px 0;
	padding: 0 0 0 16px;
}
ul ul, ul ol, 
ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li,	
ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	margin-left: 0;
}

/***** Navigation *****/

ul.nav {
	background: #FF6E21;
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0;
	width: auto;
}
ul.nav li {
	background: #FF6E21;
	border-bottom: solid 2px #fff;
	display: block;
	height: auto;
	margin: 0;
	padding: 4px 16px;
	width: auto;	
}
ul.nav li:last-child {
	border: 0;
	overflow: hidden;
	padding-right: 0;
} 
ul.nav li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
ul.nav li a:hover {
	text-decoration: underline;
}
/* Unternavigation in der Seitenleiste */
.grid_4 ul.nav {
	background: transparent;
}
.grid_4 ul.nav li {
	background: transparent;
	border: 0;
	padding: 0;
	width: 100%;
}
.grid_4 ul.nav li a {
	color: #34382E;
	display: block;
	text-decoration: underline;
}
/* Automatische Navigation */
.ccm-manual-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-selected,
.nav-path-selected {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

/***** Images *****/

img { 
	border: 0;
	margin: 0;
	padding: 0; 
}
.max-image { 
	height: auto; 
	width: 100%; 
}
.video-container {
	border: 1px solid #ccc;
	position: relative;
	margin: 0 0 16px 0;
	padding-bottom: 51%;
	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%; 
}

/***** Buttons  *****/

a.btn {
	border: 1px solid #444;
	background: #008592;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 5px 0;
	padding: 4px 8px;
	text-decoration: none;	
}
a:hover.btn {
	text-decoration: underline;
}

/***** Forms *****/

#stylized-form	{
	margin: 10px 0 20px 0;
	padding: 20px;
	background: #f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
a.btn-form, 
input.btn-form {
	margin: 5px 0 5px 150px;
	padding: 4px 28px 4px 8px;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	border: 1px solid #444;
	background: #333 url(../images/btn-arrow.html) no-repeat right;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
}
.small-label {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: right;
	width: 140px;
}
textarea {
	height: auto;
}

/***** Tables  *****/

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 0;
	width: 100%;
}
table th, 
table td {
	border: 0;
}
table th {
	font-weight: bold;
}
table tr.even td { 
	background: #fff; 
}
table tr.odd td { 
	background: #f3f3f3; 
}
table td.highlight { 
	color: #fff; 
	font-weight: bold; 
}
table tr td.highlight { 
	background: #333;  
}

/***** Klappboxen *****/

#klappbox,
#klappbox1,
#klappbox2 {
	display: none;
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#auf,
#auf1,
#auf2 {
	display: inline;
}
#zu,
#zu1,
#zu2 {
  	display: none;
}
.aufzu {
	margin-top: 14px;
}

/***** Projekte *****/

.traeumen,
.planen,
.handeln,
.feiern {
	border-bottom-style: solid;
    border-width: 4px;
}
.traeumen {
    border-color: #a1d267;
}
.planen {
    border-color: #ff6e21;
}
.handeln {
    border-color: #eff064;
}
.feiern {
    border-color: #008692;
}
.traeumen_rahmen,
.planen_rahmen,
.handeln_rahmen,
.feiern_rahmen {
    border-style: solid;
    border-width: 3px;
 	margin-bottom: 16px;
    padding: 16px;
}
.traeumen_rahmen {
    border-color: #a1d267;
}
.planen_rahmen {
    border-color: #ff6e21;
}
.handeln_rahmen {
    border-color: #eff064;
}
.feiern_rahmen {
    border-color: #008692;
}

.mandelbutton {
cursor: pointer;
font-size: 20px;
font-weight: normal;
color: #008592;
background-color: #A1D168;
width: 60px;
heigth: 10px;
spacing: 0px;
padding: 0px;
border-height: 20px;
border-color: #008592;
}

.mandelbutton:hover {
cursor: pointer;
font-size: 20px;
font-weight: normal;
color: #FF6E21;
background-color: #A1D168;
width: 60px;
heigth: 10px;
spacing: 0px;
padding: 0px;
border-height: 20px;
border-color: #FF6E21;
}

.mandeltable {
font-size: 20px;
border: 0px;
padding: 0px;
spacing: 2px;
text-align: center;
vertical-align: center;
}

/***** concrete5 Blocks *****/

.formBlockSurveyTable, .formBlockSurveyTable table,
.formBlockSurveyTable tr, .formBlockSurveyTable td {
	background: transparent;
	border: 0;
}
.rssSummaryList .rssItem { 
	margin-bottom: 16px; 
}
.rssSummaryList .rssItem .rssItemTitle,
.rssSummaryList .rssSummaryListTitle { 
	font-weight: bold; 
}

/***** Desktop *****/

@media only screen and (min-width: 960px) {
	.row {
		background-color: #fff;
		border-top: solid 8px #EDEDED;
		margin: 0 auto;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 960px;
	}
	.row-right-sidebar {
		background: #fff url(images/bg-right-sidebar.png) repeat-y;
	}
	.row-two-columns {
		background: #fff url(images/bg-two-columns.png) repeat-y;
	}

	.grid_4,
	.grid_6,
	.grid_8,
	.grid_12 {
		background: transparent;
		margin: 0;
		padding: 16px;
	}
	.grid_12 {
		background: white;
	} 	
	.grid_4 {
		float: right;
		width: 288px;
	}
	.grid_4.left {
		border-right: solid 4px #EDEDED;
		float: left;
		width: 284px;
	}
	.grid_4.middle {
		border-right: solid 4px #EDEDED;
		border-left: solid 4px #EDEDED;
		float: left;
		width: 276px;
	}
	.grid_4.right {
		float: left;
		border-left: solid 4px #EDEDED;
		width: 288px;
	}
	.grid_6 {
		float: left;
		width: 444px;
	}
	.grid_6.left {
		float: left;
		width: 444px;
	}
	.grid_6.right {
		border-left: solid 8px #EDEDED;
		float: right;
		width: 444px;
	}
	.grid_8 {
		border-right: solid 8px #EDEDED;
		float: left;
		width: 600px;
	}
	.grid_12 {
		float: none;
		width: 928px;
	}

	.grid_4 hr.dick {
		margin: 16px 0 16px -16px;
		width: 320px;
	}
	.grid_8 hr.dick {
		margin: 16px 0 16px -16px;
		width: 632px;
	}
	.grid_12.ueberschrift {
		border-bottom: solid 8px #EDEDED;	
	}

	.mainnav {
		background: #EDEDED;
		border-bottom: solid 8px #EDEDED;
		padding: 0;
		width: 960px;
	}
	.mainnav ul.nav {
		margin: 0;
		min-height: 72px;
		padding: 0;
		width: 100%;
	}
	.mainnav ul.nav li {
		border-right: solid 8px #EDEDED;
		border-bottom: 0;
		display: inline-block;
		float: left;
		height: 64px;
		line-height: 64px;
		margin: 0;
		padding: 4px 16px;
		width: 120px;
	}
	.mainnav ul.nav li:last-child {
		border: 0;
		overflow: hidden;
		padding-right: 0;
	}
}