/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/tools.css);


/* Buttons (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

/* Default */
.button-default {
	padding: 3px 10px;
	border: 1px solid #ddd;
}

/* Primary */
.button-primary {
	padding: 20px 36px;
	background: #d28b00;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 6px #000000;	/* webkit browser*/ 
	-moz-box-shadow: 1px 2px 6px #000000;		/* firefox */ 
	box-shadow: 1px 2px 6px #000000;
}

.button-primary:hover {
	color: #FFF;
	background: #d28b00;
}


#top-b .button-primary {
	padding: 20px 10px;
	margin-bottom: 10px;
	width: 130px;
	
	background: #dfae4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfae4d 19%, #d28b00 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#dfae4d), color-stop(75%,#d28b00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfae4d 19%,#d28b00 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfae4d 19%,#d28b00 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfae4d 19%,#d28b00 75%); /* IE10+ */
	background: linear-gradient(to bottom,  #dfae4d 19%,#d28b00 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfae4d', endColorstr='#d28b00',GradientType=0 ); /* IE6-9 */

	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px;
	-webkit-box-shadow:  3px 3px 7px 3px rgba(0, 0, 0, 0.3);
	box-shadow:  3px 3px 7px 3px rgba(0, 0, 0, 0.3);
}
#top-b .button-primary:hover {
	color: #FFF;
	background: #a06b01;
}


#bottom-b .button-primary {
	padding: 20px 36px;
	margin-bottom: 10px;
	/* background: rgba(210, 139, 0, 0.9); */
	
	background: #dfae4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfae4d 19%, #d28b00 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#dfae4d), color-stop(75%,#d28b00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfae4d 19%,#d28b00 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfae4d 19%,#d28b00 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfae4d 19%,#d28b00 75%); /* IE10+ */
	background: linear-gradient(to bottom,  #dfae4d 19%,#d28b00 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfae4d', endColorstr='#d28b00',GradientType=0 ); /* IE6-9 */
	
	color: #FFF;
	text-transform: uppercase;
	border-radius: 10px;
	-webkit-box-shadow:  2px 2px 3px 3px rgba(0, 0, 0, 0.2);
        
        box-shadow:  2px 2px 3px 3px rgba(0, 0, 0, 0.2);
}

#bottom-b .button-primary:hover {
	color: #FFF;
	background: #d28b00;
}


/* Images and Objects (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

img.border-box { border: 1px solid #ddd; }
#top-a .imgCenter { text-align: center; margin-top: 180px; left: 50%; margin-left: -313px; position: relative; }


/* Lists and Tables (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

/* Line */
ul.line > li { border-top: 1px solid #ddd; }
ul.line > li:first-child { border: none; }

/* Check */
ul.check > li {
	padding: 4px 0 0 30px;
	background: url(../images/tools/list_check.png) 0 0 no-repeat;
}

/* Zebra List and Table */
ul.zebra > li,
table.zebra tbody td { border-top: 1px solid #666; vertical-align: top; padding-bottom: 15px; font-size: 14px; min-width: 80px; }
ul.zebra > li:first-child,
table.zebra tbody tr:first-child td { border-top: none; }

ul.zebra > li.odd,
table.zebra tbody tr.odd { background: #fff; }
ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) { background: #fff; }

table.zebra caption { color: #999; }

table.zebra tbody .master {
	background: #e7c47c;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	border: none;
}
table.zebra tbody .workshopmaster {
	background: #f3f3f3;
	border: none;
	font-size: 24px;
	line-height: 16px;
}
table.zebra tbody .hellgrau {
	background: #eee;
}
table.zebra tbody .hellgrau-zwischenraum {
	background: #eee;
	border: none;
	min-width: 10px;
	width: 10px;
	height: 10px;
	font-size: 1px;
	line-height: 0px;
	padding: 0;
	margin: 0;
}
table.zebra tbody .orange {
	background: #e7c47c;
}
table.zebra tbody .zwischenraum-orange {
	background: #e7c47c;
	border: none;
	min-width: 10px;
	width: 10px;
	height: 10px;
	font-size: 1px;
	line-height: 0px;
	padding: 0;
	margin: 0;
}
table.zebra tbody .zwischenraum {
	min-width: 10px;
	width: 10px;
	height: 10px;
	border: none;
	font-size: 1px;
	line-height: 0px;
	padding: 0;
	margin: 0;
}

table.zebra tbody strong, table.zebra tbody b, table.zebra tbody em {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

table.zebra tbody em {
    font-size: 14px;
    margin: -20px 0;
    padding: 0;
}


/* Definition Lists
----------------------------------------------------------------------------------------------------*/

dl.separator dt {	
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/* border code because of RTL */
dl.separator dd {
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #DDD;
}

dl.separator dt:before {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 30px;
	border-top: 1px solid #DDD;
}

dl.separator dt:after {
	content: "";
	position:absolute;
	top: -3px;
	right: -4px;
	width: 5px;
	height: 5px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius:6px;
}

dl.separator dt:first-child:before,
dl.separator dt:first-child:after { display: none; }


/* Text
----------------------------------------------------------------------------------------------------*/

h1 { border-bottom: 1px solid #ddd; padding-bottom: 8px; }
#top-a h1 { border: none; }

.text-links {
	float: left;
	width: 47%;
}
.text-rechts {
	float: right;
	width: 47%;
}



/* Inline Text Box */
em.box { 
	border: 1px dotted #bbb;
	background: #fafafa;
	color: #444;
}

/* Dotted Horizontal Rule */
hr.dotted { background: url(../images/tools/line_dotted.png) 0 0 repeat-x; }


/* Text 2 SPALTEN */
#system .items .leading .item #2spalten { 
	background: aqua;
	width: 500px;
	margin-left:auto; 
	margin-right:auto; 
	border:1px solid #9F9F9F; 
	display:block; 
	overflow:auto; 
	padding:10px;
} 
	
#system .items .leading .item #2spalten .erster { 
	float:left; 
	width:48%;
} 

#system .items .leading .item #2spalten .zweiter { 
	float:right; 
	width:48%; 
	background-color:#ECFFF1; 
}



.imgLeft { float: left; margin: 0 30px 10px 0; }
.imgRight { float: right; margin: 0 0 10px 30px; }
.clear { clear: both; }



/*
#Spalten {
    width: 800px;
    column-width: 280px;
    column-gap: 40px;
}
*/

#Spalten {
    width: 100%;
    column-count: 2;
    column-gap: 40px;
}

#system .items .leading .item #Spalten {
    width: 100%;
    column-count: 2;
    column-gap: 40px;
}




/* Boxes
----------------------------------------------------------------------------------------------------*/

.box-content {
	background: #fafafa;
	border: 1px solid #ddd;
}

.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download {
	background: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.box-info {
	background: #ebf5fa url(../images/tools/box_info.png) 0 0 no-repeat;
	border-color: #d2dce1;
}

.box-warning {
	background: #fff0eb url(../images/tools/box_warning.png) 0 0 no-repeat;
	border-color: #ffd7cd;
}

.box-hint {
	background: #fffae6 url(../images/tools/box_hint.png) 0 0 no-repeat;
	border-color: #fae6be;
}

.box-download {
	background: #faffe6 url(../images/tools/box_download.png) 0 0 no-repeat;
	border-color: #dce6be;
}


/* Forms (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

form.box fieldset { border: 1px solid #ddd; }
form.box legend { background: #fff; font-size: small; }




/* Social Icons Special (klein)
----------------------------------------------------------------------------------------------------*/

.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.social-icons li,
.social-icons li a { float: left; }

.social-icons li {
	margin: 0 0 0 6px;
	line-height: 39px;
}

.social-icons li a {
	display: inline-block;
	overflow: hidden;
	width: 45px;
	height: 45px;
	background: url(../images/tools/icons_social.png) 0 0 no-repeat;
}

.social-icons .twitter a { background-position: 0 0; }
.social-icons .twitter a:hover { background-position: 0 -60px; }

.social-icons .rss a { background-position: 0 -120px; }
.social-icons .rss a:hover { background-position: 0 -180px; }

.social-icons .facebook a { background-position: 0 -240px; }
.social-icons .facebook a:hover { background-position: 0 -300px; }

.social-icons .linkedin a { background-position: 0 -360px; }
.social-icons .linkedin a:hover { background-position: 0 -420px; }

.social-icons .flickr a { background-position: 0 -480; }
.social-icons .flickr a:hover { background-position: 0 -540px; }

.social-icons .xing a { background-position: 0 -600px; }
.social-icons .xing a:hover { background-position: 0 -660px; }

.social-icons .googleplus a { background-position: 0 -720px; }
.social-icons .googleplus a:hover { background-position: 0 -780px; }

.social-icons .youtube a { background-position: 0 -840px; }
.social-icons .youtube a:hover { background-position: 0 -900px; }

.social-icons .vimeo a { background-position: 0 -960; }
.social-icons .vimeo a:hover { background-position: 0 -1020px; }

.social-icons .google a { background-position: 0 -1080px; }
.social-icons .google a:hover { background-position: 0 -1140px; }


