﻿/*external Link SVG*/
:root {
	/*
	line left
	line right
	line bottom
	line top
	arrow left
	arrow right
	arrow diagonal
	*/
	--icon-external-link: url('data:image/svg+xml,\
	<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 20 20"> \
        <g style="stroke:rgb(0,0,0);stroke-width:1"> \
            <line x1="5" y1="5" x2="5" y2="14" /> \
            <line x1="14" y1="9" x2="14" y2="14" /> \
            <line x1="5" y1="14" x2="14" y2="14" /> \
            <line x1="5" y1="5" x2="9" y2="5"  /> \
            <line x1="10" y1="2" x2="17" y2="2"  /> \
            <line x1="17" y1="2" x2="17" y2="9" /> \
            <line x1="10" y1="9" x2="17" y2="2" style="stroke-width:1.5" /> \
        </g> \
    </svg>');
}



/* Eigenschaften, die auf jeder HSD-Webseite gebraucht werden */

body, div, table, button, input {
  font-family: Arial;
}

table {
  border-width: 0px;
}

input, label, select, textarea, button, option {
  vertical-align: middle;
}

option {}

select {
  -moz-appearance: none;
}

/*?*/

input[type=password], input[type=text], input[type=file], textarea {
  padding: 2px 5px;
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
}

#Content a{
	text-decoration:underline;
}

a:visited {
  color: #555;
}

a:hover{
  text-decoration: underline;
}

.HSDred {
  color: #e60028;
}



.grey {
  background-color: #d9d9d9;
}

.normal {
  font-weight: normal;
}

img {
  border: medium none;
}

body {
  color: #000 !important;
  overflow: auto !important;
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0em;
}

.BodyBackgroundImage {
  background-image: url("");
}

#MasterContainer {
  max-width: 1236px;
  margin: 0 auto;
  position: relative;
}

#MarginLeftRight {
  margin-left: 70px;
  margin-right: 70px;
}

#Content {
  padding-bottom: 10px;
  word-wrap: break-word;
  min-height: 100px;
  overflow:hidden;
}

.startbox {
  float: left;
  height: 200px;
  width: 30%;
  max-width: 30%;
  margin-right: 3%;
  margin-top: 10px;
  display: table;
  padding: 10px;
  box-sizing: border-box;
}

.imgbox {
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}

.imgbox img {
  text-align: center;
  height: 180px;
  max-width: 250px;
}

.imgbox:hover {
  background-color: #f1f1f1;
}

.Right {
  float: right;
}

.Left {
  float: left;
}

.clear {
  clear: both;
}

p {
  line-height: 16px;
  margin: 0 0 10px;
}



.bold {
  font-weight: bold;
}

@font-face {
  font-family: "hsd sans";
  src: url("/citipedia/Style Library/de-de/resources/fonts/HSDSans-Regular.ttf") format("truetype");
  src: url("/citipedia/Style Library/de-de/resources/fonts/HSDSans-Regular.eot") format("eot");
  src: url("/citipedia/Style Library/de-de/resources/fonts/HSDSans-Regular.svg") format("svg");
  src: url("/citipedia/Style Library/de-de/resources/fonts/HSDSans-Regular.woff") format("woff");
}

h1, h2, h3, h4, h5, h6 {
  margin: auto;
  font-weight: 300;
}

h1 {
  font-family: "hsd sans";
  font-size: 34px;
  line-height: 34px;
}

h1::first-letter {
  margin-left: -5px;
}

h2 {
  font-family: "hsd sans";
  font-size: 36px;
  line-height: 36px;
  word-break: break-word;
}
/*
h3 {
  font-family: "hsd sans";
  font-size: 30px;
  line-height: 33px;
}

h4 {
  font-family: "hsd sans";
  font-size: 20px;
  line-height: 22px;
}

h5 {
  font-family: "hsd sans";
  font-size: 16px;
  line-height: 19px;
}

h6 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}*/

/*Content Header*/

#Content h1, #Content h2, #Content h3, #Content h4, #Content h5, #Content h6,
#Content h1 a, #Content h2 a, #Content h3 a, #Content h4 a, #Content h5 a, #Content h6 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #e60028;
}


#Content h1 {
	font-size: 30px;
}

#Content h1::first-letter {
  margin-left: 0px;
}

#Content h2 {
	font-size: 26px;
}

#Content h3 {
	font-size: 22px;
}

#Content h4 {
	font-size: 18px;
}

#Content h5 {
	font-size: 18px;
}

#Content h6 {
	font-size: 16px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
}

#MegaMenu ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}

#MegaMenu li {
  font-size: 18px;
}

/*
#Content ul {
	
}


#Content li {
	
}*/

@font-face {
  font-family: "hsd fach";
  src: url("../../fonts/HSDSans-regular.ttf") format("truetype");
}

.FachSchrift {
  font-family: "hsd fach";
}

.Arrow-bottom {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  height: 0;
  margin-bottom: 3px;
  width: 0;
}

.Arrow-top {
  border-color: transparent transparent #000;
  border-style: solid;
  border-width: 0 5px 5px;
  height: 0;
  margin-bottom: 3px;
  width: 0;
}


#category {
/*font-weight: bold;*/
border-left: 3px solid #000;
padding: 0 10px;
margin: 0 3px 10px;
}

#category a {
  text-decoration: underline !important;
}
/**
* aus anmeldung.css Ã¼bernommen
**/

.ueberschrift {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  background-color: #dfdfdf;
  padding: 16px 8px;
  margin-top: 30px;
}

.bescinhalt {
  width: 70%;
}

#Content>.Right img {
  margin-top: 20px;
  width: 250px;
}

.inwarenkorb {
  margin: 16px 8px 0px 0px;
  border: 1px #dbddde solid;
  background-color: #dbddde;
  padding: 5px;
  width: 150px;
  color: #e60028;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  float: left;
  text-align: center;
  transition: all .5s;
}

.inwarenkorb:hover {
  background-color: #e60028;
  color: #f1f1f1;
}

.inwarenkorb a {
  color: #e60028;
  text-decoration: none;
}

.artikel, .menge, .einzelpreis, .gesamtpreis, .opt {
  color: #000;
  margin: 16px 0px 0px 0px;
  padding-left: 10px;
  text-decoration: none !important;
}

.wkcounter {
  display: none;
  position: absolute;
  font-size: 14px;
  background-color: #e60028;
  color: #fff;
  padding: 0 3px;
  border-radius: 5px;
}

.margtop {
  margin-top: 10px;
}

.formlabel {
  float: left;
  width: 300px !important;
  margin: 16px;
  line-height: 23px;
}

.forminput {
  width: 200px !important;
  margin: 16px 0 16px 16px;
}

.opt {
  width: 100px !important;
}

.ausgeblendet {
  display: none;
}

table {
  border-collapse: collapse;

}

.table {
  width: 100%;
  display: table;
  margin-top: 50px;
}

.table-header {
  display: table-header-group;
}

.table-header-cell {
  display: table-cell;
}

.table-row {
  /*	display: table-row;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.table-cell {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

.table-cell .entfernen {
  height: 18px;
  margin: 0 0 0 10px;
}

.nofirst {
  border-left: 2px solid #fff;
}

.articleBox {
  border: 1px solid darkgrey;
  padding: 10px 20px;
  margin-bottom: 10px;
  width: calc(100% / 4);
  min-height: fit-content;
  float: left;
  height: auto;
}

#searchMain {
	background-color: transparent;
  border-bottom: 2px solid;
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
}

#searchMain input {
  border-style: none;
  font-size: 18px;
  height: 28px;
  width: 90%;
}

#searchMain a {
  margin-top: 8px;
  display: inline-block;
}

#searchMainDiv {
	border-color: transparent;
  float: left;
  width: 90%;
}

.searchMainBtn {
  background-color: transparent !important;
  border: medium hidden;
  cursor: pointer;
  height: 28px;
  min-width: 26px;
  width: 26px;
  background-image: url("../../images/icons/search-black.png");
  background-repeat: no-repeat;
  float: right;
  display: inline-block;
}

#navdiv{
	display: inline-block;
    padding: 23px 10px 10px 23px;
    min-width: 300px;
    background-color: #fbfbfb;
    border-radius: 3px;  
}

.nav{
	/*color:#e60028;*/
	font-size: 22px;
	font-family: Arial, sans-serif;
}

div.backtotop {
    background-color: #e60028;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position:fixed;
    z-index: 999999;
    bottom:20px;
    left: 100px;
    cursor:pointer;
    padding:5px; 
    display:none;   
    box-shadow: 3px 3px 5px #b5b5b5;
}

.backtotop img{
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#Content a[target="_blank"]::after {
	content: '';
	background: no-repeat var(--icon-external-link);
	padding-right: 1em;
}

/*responsive taböe*/
.Rtable {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
    }
    
    .Rtable-cell {
    width: 50%;
}

.Rtable-cell {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
}

/*search reasults site fix*/
div.ms-srch-item {
    width: 70% !important;
    overflow:visible !important;
    padding: 0 10px;
    margin: 0;
}

/*Custom Search Result Display Template customizations*/
#Content h3.ms-srch-ellipsis>a.ms-srch-item-link {
    color: #000;
    font-size: 14px;
    /*line-height: 15px;*/
}

#Content .ms-srch-item-title > h3.ms-srch-ellipsis {
    color: #000;
    line-height:16px;
}

.ms-webpart-zone div.ms-srch-item-path {
    color: #555;
    font-size:12px;
}

.ms-webpart-zone div.ms-srch-item:hover {
    background-color: transparent;
}

.ms-webpart-zone h3.ms-srch-ellipsis>a.ms-srch-item-link:hover {
    color: #e60028;
}

.ms-webpart-zone .ms-srch-item-body {
    height: 18px;

}

/*Outsourcing "HSD Account" specific CSS for accordion elements*/
.studierende-toggle:after {
    content: '\025BC';
    font-size: 13px;
    margin-left: 5px;
}
.active:after {
     content: "\025B2";
}
.studierende-toggle {
    cursor: pointer;
    margin-bottom: 5px;
}
.studierende-toggle:hover {
     color: #444;
}
.studierende-content {
    display: none;
}
.studierende-content.default {
    display: none;
}

.beschaeftigte-toggle:after {
    content: '\025BC';
    font-size: 13px;
    margin-left: 5px;
}
.active:after {
     content: "\025B2";
}
.beschaeftigte-toggle {
    cursor: pointer;
    margin-bottom: 5px;
}
.beschaeftigte-toggle:hover {
     color: #444;
}
.beschaeftigte-content {
    display: none;
}
.beschaeftigte-content.default {
    display: none;
}
